Pull request #5145 opened Connecting to https://api.github.com using GitHub bot (username/token) Connecting to https://api.github.com to check permissions of obtain list of jansupol for eclipse-ee4j/jersey Obtained etc/jenkins/Jenkinsfile_ci_build from 5186f46b4812d34fa9f58482813dfbdd828d002f+77074f19f8cc6acc555690b5069f2519fb9693e4 (152e84513618c0c3880228d6c7651e9a2f5b92fb) [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (Jersey build) [Pipeline] parallel [Pipeline] { (Branch: JDK 8 ) [Pipeline] { (Branch: JDK 11 ) [Pipeline] { (Branch: JDK 19 ) [Pipeline] stage [Pipeline] { (JDK 8 ) [Pipeline] stage [Pipeline] { (JDK 11 ) [Pipeline] stage [Pipeline] { (JDK 19 ) [Pipeline] node [Pipeline] node [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos-7-41cgc’ Still waiting to schedule task Waiting for next available executor on ‘centos-7-41cgc’ Still waiting to schedule task Waiting for next available executor on ‘centos-7-41cgc’ Agent centos-7-jgtlz 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-jgtlz" namespace: "jersey" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-jgtlz" - 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-jgtlz" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jersey" 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-jgtlz in /home/jenkins/agent/workspace/continuous-integration_PR-5145 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/jersey.git > git init /home/jenkins/agent/workspace/continuous-integration_PR-5145 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/pull/5145/head:refs/remotes/origin/PR-5145 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/5145/head:refs/remotes/origin/PR-5145 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/pull/5145/head:refs/remotes/origin/PR-5145 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 77074f19f8cc6acc555690b5069f2519fb9693e4 into PR head commit 5186f46b4812d34fa9f58482813dfbdd828d002f Merge succeeded, producing 5186f46b4812d34fa9f58482813dfbdd828d002f Checking out Revision 5186f46b4812d34fa9f58482813dfbdd828d002f (PR-5145) > git config core.sparsecheckout # timeout=10 > git checkout -f 5186f46b4812d34fa9f58482813dfbdd828d002f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub bot (username/token) > git merge 77074f19f8cc6acc555690b5069f2519fb9693e4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5186f46b4812d34fa9f58482813dfbdd828d002f # timeout=10 Commit message: "Updated JettyClientProperties#TOTAL_TIMEOUT related documentation." First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + bash /home/jenkins/agent/workspace/continuous-integration_PR-5145/etc/jenkins/jenkins_build.sh Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jersey [pom] [INFO] jersey-archetypes [pom] [INFO] jersey-archetype-heroku-webapp [maven-archetype] [INFO] jersey-archetype-grizzly2 [maven-archetype] [INFO] jersey-archetype-webapp [maven-archetype] [INFO] jersey-example-java8-webapp [maven-archetype] [INFO] jersey-bom [pom] [INFO] jersey-core-common [jar] [INFO] jersey-inject [pom] [INFO] jersey-inject-hk2 [jar] [INFO] jersey-core-client [jar] [INFO] jersey-media [pom] [INFO] jersey-media-jaxb [jar] [INFO] jersey-core-server [jar] [INFO] jersey-containers [pom] [INFO] jersey-container-grizzly2-http [jar] [INFO] jersey-container-servlet-core [jar] [INFO] jersey-test-framework [pom] [INFO] jersey-test-framework-core [jar] [INFO] jersey-container-servlet [jar] [INFO] jersey-container-grizzly2-servlet [jar] [INFO] jersey-test-framework-providers [pom] [INFO] jersey-test-framework-provider-grizzly2 [jar] [INFO] jersey-connectors [pom] [INFO] jersey-connectors-apache [jar] [INFO] jersey-connectors-apache5 [jar] [INFO] jersey-test-framework-provider-inmemory [jar] [INFO] jersey-test-framework-provider-external [jar] [INFO] jersey-container-jdk-http [jar] [INFO] jersey-test-framework-provider-jdk-http [jar] [INFO] jersey-container-simple-http [jar] [INFO] jersey-test-framework-provider-simple [jar] [INFO] jersey-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-connectors-jdk [jar] [INFO] jersey-extensions [pom] [INFO] jersey-ext-entity-filtering [jar] [INFO] jersey-media-json-jackson [jar] [INFO] jersey-connectors-jetty [jar] [INFO] jersey-cdi-support [pom] [INFO] jersey-ext-cdi1x [jar] [INFO] jersey-glassfish-support [pom] [INFO] jersey-gf-ejb [jar] [INFO] jersey-container-jetty-servlet [jar] [INFO] jersey-ext-bean-validation [jar] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding [jar] [INFO] jersey-ext-cdi-rs-inject [jar] [INFO] jersey-ext-cdi1x-servlet [jar] [INFO] jersey-ext-cdi1x-transaction [jar] [INFO] jersey-ext-cdi1x-validation [jar] [INFO] jersey-ext-weld2-se [jar] [INFO] jersey-ext-metainf-services [jar] [INFO] jersey-ext-mvc [jar] [INFO] jersey-ext-mvc-bean-validation [jar] [INFO] jersey-ext-mvc-freemarker [jar] [INFO] jersey-ext-mvc-jsp [jar] [INFO] jersey-ext-mvc-mustache [jar] [INFO] jersey-ext-proxy-client [jar] [INFO] jersey-ext-rx [pom] [INFO] jersey-ext-rx-client-guava [jar] [INFO] jersey-ext-rx-client-rxjava [jar] [INFO] jersey-ext-rx-client-rxjava2 [jar] [INFO] jersey-ext-servlet-portability [jar] [INFO] jersey-spring4 [jar] [INFO] jersey-spring5 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] jersey-media-sse [jar] [INFO] project [pom] [INFO] jersey-mp-rest-client [jar] [INFO] jersey-mp-config [jar] [INFO] jersey-incubator [pom] [INFO] jersey-inject-cdi-weld [jar] [INFO] jersey-declarative-linking [jar] [INFO] jersey-ext-gae-integration [jar] [INFO] jersey-media-html-json [jar] [INFO] jersey-media-kryo [jar] [INFO] jersey-open-tracing [jar] [INFO] jersey-inject-cdi2-se [jar] [INFO] jersey-media-json-gson [jar] [INFO] jersey-media-json-jackson1 [jar] [INFO] jersey-media-json-jettison [jar] [INFO] jersey-media-json-processing [jar] [INFO] jersey-media-moxy [jar] [INFO] jersey-media-multipart [jar] [INFO] jersey-security [pom] [INFO] oauth1-signature [jar] [INFO] jersey-security [jar] [INFO] oauth1-server [jar] [INFO] oauth2-client [jar] [INFO] jersey-test-framework-util [jar] [INFO] jersey-tests [pom] [INFO] jersey-tests-e2e [jar] [INFO] jersey-tests-e2e-client [jar] [INFO] jersey-tests-e2e-core-common [jar] [INFO] jersey-tests-e2e-entity [jar] [INFO] jersey-tests-e2e-inject [pom] [INFO] jersey-tests-e2e-inject-cdi-se [jar] [INFO] jersey-tests-e2e-inject-cdi-inject-weld [jar] [INFO] e2e-inject-hk2 [jar] [INFO] jersey-tests-e2e-server [jar] [INFO] jersey-tests-e2e-testng [jar] [INFO] jersey-tests-integration [pom] [INFO] jersey-asm-integration [jar] [INFO] jersey-tests-integration-jersey-async-filter [war] [INFO] cdi-integration-project [pom] [INFO] jersey-tests-cdi-beanvalidation-webapp [war] [INFO] jersey-tests-cdi-client [jar] [INFO] jersey-tests-cdi-client-on-server [war] [INFO] jersey-tests-cdi-ejb-webapp [war] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp [war] [INFO] cdi-manually-bound [jar] [INFO] jersey-tests-cdi-log-check [war] [INFO] jersey-tests-integration-cdi-multimodule-lib [jar] [INFO] jersey-tests-integration-cdi-multimodule-war [war] [INFO] jersey-tests-integration-cdi-multimodule-war2 [war] [INFO] jersey-tests-integration-cdi-multimodule-ear [ear] [INFO] jersey-tests-integration-cdi-multimodule [pom] [INFO] jersey-tests-cdi-multipart-webapp [war] [INFO] jersey-tests-resource-with-at-context [jar] [INFO] cdi-sigleton [jar] [INFO] jersey-tests-cdi-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-webapp [war] [INFO] jersey-tests-context-inject-on-server [jar] [INFO] client-connector-provider [jar] [INFO] jersey-tests-integration-ejb-multimodule-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-war [war] [INFO] jersey-tests-integration-ejb-multimodule-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule [pom] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule-reload [pom] [INFO] jersey-tests-ejb-webapp [war] [INFO] jersey-tests-externalproperties [jar] [INFO] j-376-reproducer [jar] [INFO] jersey-tests-integration-j-441-war1 [war] [INFO] jersey-tests-integration-j-441-war2 [war] [INFO] jersey-tests-integration-j-441-ear [ear] [INFO] jersey-tests-integration-j-441 [pom] [INFO] jersey-tests-integration-j-59-ejb-lib [jar] [INFO] jersey-tests-integration-j-59-cdi-war [war] [INFO] jersey-tests-integration-j-59-ear [ear] [INFO] jersey-tests-integration-j-59 [pom] [INFO] jersey-tests-component-inject [war] [INFO] jersey-tests-integration-jersey-1107 [war] [INFO] jersey-tests-integration-jersey-1223 [war] [INFO] jersey-tests-integration-jersey-1604 [war] [INFO] jersey-tests-integration-jersey-1667 [war] [INFO] jersey-tests-integration-jersey-1829 [war] [INFO] jersey-tests-integration-jersey-1883 [war] [INFO] jersey-tests-integration-jersey-1928 [war] [INFO] jersey-tests-integration-jersey-1960 [war] [INFO] jersey-tests-integration-jersey-1964 [war] [INFO] jersey-tests-integration-jersey-2031 [war] [INFO] jersey-tests-integration-jersey-2136 [war] [INFO] jersey-tests-integration-jersey-2137 [war] [INFO] jersey-tests-integration-jersey-2154 [war] [INFO] jersey-tests-integration-jersey-2160 [war] [INFO] jersey-tests-integration-jersey-2164 [war] [INFO] jersey-tests-integration-jersey-2167 [war] [INFO] jersey-tests-integration-jersey-2176 [war] [INFO] jersey-tests-integration-jersey-2184 [war] [INFO] jersey-tests-integration-jersey-2255 [war] [INFO] jersey-tests-integration-jersey-2322 [war] [INFO] jersey-tests-integration-jersey-2335 [war] [INFO] jersey-tests-integration-jersey-2421 [war] [INFO] jersey-tests-integration-jersey-2551 [war] [INFO] jersey-tests-integration-jersey-2612 [war] [INFO] jersey-tests-integration-jersey-2637 [war] [INFO] jersey-tests-integration-jersey-2654 [war] [INFO] jersey-tests-integration-jersey-2673 [war] [INFO] jersey-tests-integration-jersey-2689 [war] [INFO] jersey-tests-integration-jersey-2704 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-tests-integration-jersey-2794 [war] [INFO] jersey-tests-integration-jersey-2846 [war] [INFO] jersey-tests-integration-jersey-2878 [war] [INFO] jersey-tests-integration-jersey-2892 [war] [INFO] jersey-3662 [jar] [INFO] jersey-tests-integration-jersey-3796 [war] [INFO] jersey-tests-integration-jersey-780 [war] [INFO] jersey-tests-integration-jersey-3670 [war] [INFO] jersey-3992 [war] [INFO] jersey-tests-integration-jersey-4003 [jar] [INFO] jersey-tests-integration-jersey-4099 [war] [INFO] jersey-4321 [jar] [INFO] jersey-examples [pom] [INFO] jersey-examples-server-sent-events-jersey [jar] [INFO] jersey-4507 [jar] [INFO] jersey-4542 [jar] [INFO] jersey-4697 [jar] [INFO] jersey-4722 [jar] [INFO] jersey-tests-integration-jersey-4949 [war] [INFO] jetty-response-close [jar] [INFO] jersey-bundles [pom] [INFO] jersey-bundles-jaxrs-ri [bundle] [INFO] microprofile-integration-project [pom] [INFO] microprofile-config-project [pom] [INFO] config-webapp [jar] [INFO] helidon-config-webapp [war] [INFO] jersey-rest-client-tck [jar] [INFO] jersey-rest-client14-compatibility [jar] [INFO] jersey-tests-integration-portability-jersey-1 [war] [INFO] jersey-tests-integration-portability-jersey-2 [war] [INFO] jersey-tests-integration-property-check [jar] [INFO] jersey-tests-integration-jersey-security-digest [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 [war] [INFO] jersey-tests-integration-servlet-2.5-filter [war] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-2 [war] [INFO] jersey-tests-integration-servlet-2.5-init-3 [war] [INFO] jersey-tests-integration-servlet-2.5-init-4 [war] [INFO] jersey-tests-integration-servlet-2.5-init-5 [war] [INFO] jersey-tests-integration-servlet-2.5-init-6 [war] [INFO] jersey-tests-integration-servlet-2.5-init-7 [war] [INFO] jersey-tests-integration-servlet-2.5-init-8 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 [war] [INFO] jersey-tests-integration-servlet-2.5-reload [war] [INFO] jersey-tests-integration-servlet-3-async [war] [INFO] jersey-tests-integration-servlet-3-chunked-io [war] [INFO] jersey-tests-integration-servlet-3-filter [war] [INFO] jersey-tests-integration-servlet-3-gf-async [war] [INFO] jersey-tests-integration-servlet-3-inflector-1 [war] [INFO] jersey-tests-integration-servlet-3-init-1 [war] [INFO] jersey-tests-integration-servlet-3-init-2 [war] [INFO] jersey-tests-integration-servlet-3-init-3 [war] [INFO] jersey-tests-integration-servlet-3-init-4 [war] [INFO] jersey-tests-integration-servlet-3-init-5 [war] [INFO] jersey-tests-integration-servlet-3-init-6 [war] [INFO] jersey-tests-integration-servlet-3-init-7 [war] [INFO] jersey-tests-integration-servlet-3-init-8 [war] [INFO] jersey-tests-integration-servlet-3-init-9 [war] [INFO] jersey-tests-integration-servlet-3-init-provider [war] [INFO] jersey-tests-integration-servlet-3-params [war] [INFO] jersey-tests-integration-servlet-3-sse-1 [war] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-tests [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-tests-integration-spring4 [war] [INFO] jersey-tests-integration-spring5 [war] [INFO] jersey-tests-integration-tracing-support [war] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [INFO] jersey-tests-jmockit [jar] [INFO] jersey-test-framework-memleak-test-common [jar] [INFO] jersey-tests-memleak [pom] [INFO] jersey-tests-memleak-redeployment [pom] [INFO] jersey-tests-memleak-redeployment-leaking-test-app [war] [INFO] jersey-examples-webapp-parent-pom [pom] [INFO] jersey-examples-helloworld-webapp [war] [INFO] jersey-test-framework-maven [pom] [INFO] jersey-test-framework-maven-container-runner-plugin [maven-plugin] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref [jar] [INFO] jersey-tests-memleak-redeployment-no-jersey-app [war] [INFO] jersey-tests-memleak-redeployment-threadlocals-app [war] [INFO] jersey-tests-memleak-testcase [pom] [INFO] jersey-tests-memleak-testcase-bean-param-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client [jar] [INFO] jersey-tests-memleak-testcase-leaking-test-app [war] [INFO] jersey-tests-osgi [pom] [INFO] jersey-tests-osgi-functional [pom] [INFO] jersey-tests-stress [jar] [INFO] jersey-tests-performance [pom] [INFO] performance-test-benchmarks [jar] [INFO] jersey-tests-performance-runners [pom] [INFO] jersey-grizzly-runner [jar] [INFO] jersey-tests-performance-testcase [pom] [INFO] jersey-tests-performance-assemblies [jar] [INFO] jersey-tests-performance-filter-dynamic-test [jar] [INFO] jersey-tests-performance-filter-global-test [jar] [INFO] jersey-tests-performance-filter-name-test [jar] [INFO] jersey-tests-performance-interceptor-dynamic-test [jar] [INFO] jersey-tests-performance-interceptor-global-test [jar] [INFO] jersey-tests-performance-interceptor-name-test [jar] [INFO] jersey-tests-performance-custom-provider-test [jar] [INFO] jersey-tests-performance-json-jackson-test [jar] [INFO] jersey-tests-performance-json-moxy-test [jar] [INFO] jersey-tests-performance-mbw-kryo-test [jar] [INFO] jersey-tests-performance-text-plain-test [jar] [INFO] jersey-tests-performance-xml-jaxb-test [jar] [INFO] jersey-tests-performance-xml-moxy-test [jar] [INFO] jersey-tests-performance-param-srl [jar] [INFO] jersey-tests-performance-proxy-injection-test [jar] [INFO] performance-test-tools [jar] [INFO] jersey-examples-assemblies [jar] [INFO] jersey-examples-bookmark [war] [INFO] jersey-examples-bookmark-em [war] [INFO] jersey-examples-bookstore-webapp [war] [INFO] jersey-examples-cdi-webapp [war] [INFO] jersey-examples-clipboard [jar] [INFO] jersey-examples-clipboard-programmatic [jar] [INFO] jersey-examples-declarative-linking [jar] [INFO] jersey-examples-entity-filtering [jar] [INFO] jersey-examples-entity-filtering-selectable [jar] [INFO] jersey-examples-entity-filtering-security [jar] [INFO] jersey-examples-extended-wadl-webapp [war] [INFO] jersey-examples-exception-mapping [jar] [INFO] jersey-examples-freemarker-webapp [war] [INFO] jersey-examples-groovy [jar] [INFO] jersey-examples-helloworld [jar] [INFO] jersey-examples-helloworld-benchmark [jar] [INFO] jersey-examples-helloworld-cdi2-se [jar] [INFO] jersey-examples-helloworld-netty [jar] [INFO] jersey-examples-helloworld-programmatic [jar] [INFO] jersey-examples-helloworld-pure-jax-rs [jar] [INFO] jersey-examples-helloworld-weld [jar] [INFO] jersey-examples-helloworld-spring-webapp [war] [INFO] helloworld-spring-annotations [jar] [INFO] jersey-examples-http-patch [jar] [INFO] jersey-examples-http-trace [jar] [INFO] jersey-examples-https-clientserver-grizzly [jar] [INFO] jersey-examples-https-server-glassfish [war] [INFO] jersey-examples-java8-webapp [war] [INFO] jersey-examples-jaxb [jar] [INFO] jersey-examples-jaxrs-types-injection [jar] [INFO] jersey-examples-ejb [war] [INFO] jersey-examples-json-binding-webapp [war] [INFO] jersey-examples-json-jackson [jar] [INFO] jersey-examples-json-jackson1 [jar] [INFO] jersey-examples-json-jettison [jar] [INFO] jersey-examples-json-moxy [jar] [INFO] jersey-examples-json-processing-webapp [war] [INFO] jersey-examples-json-with-padding [jar] [INFO] jersey-examples-managed-beans-webapp [war] [INFO] jersey-examples-managed-client [jar] [INFO] jersey-examples-managed-client-webapp [war] [INFO] jersey-examples-managed-client-simple-webapp [war] [INFO] jersey-examples-multipart-webapp [war] [INFO] jersey-examples-open-tracing [jar] [INFO] jersey-examples-osgi-helloworld-webapp [pom] [INFO] jersey-examples-osgi-helloworld-webapp-lib [jar] [INFO] jersey-examples-osgi-helloworld-webapp-additional [jar] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version [jar] [INFO] jersey-examples-osgi-helloworld-webapp-wab [war] [INFO] jersey-examples-osgi-helloworld-webapp-test [pom] [INFO] jersey-examples-osgi-http-service [pom] [INFO] jersey-examples-osgi-http-service-bundle [jar] [INFO] jersey-examples-osgi-http-service-test [pom] [INFO] oauth-client-twitter [jar] [INFO] jersey-examples-reload [jar] [INFO] jersey-examples-rx-client-webapp [war] [INFO] jersey-examples-server-async [jar] [INFO] jersey-examples-server-async-managed [jar] [INFO] jersey-examples-server-async-standalone [pom] [INFO] jersey-examples-server-async-standalone-client [jar] [INFO] jersey-examples-server-async-standalone-webapp [war] [INFO] jersey-examples-server-sent-events-jaxrs [jar] [INFO] jersey-examples-servlet3-webapp [war] [INFO] jersey-examples-simple-console [jar] [INFO] jersey-examples-sse-item-store-jersey-webapp [war] [INFO] jersey-examples-sse-item-store-jaxrs-webapp [war] [INFO] jersey-examples-sse-twitter-aggregator [jar] [INFO] jersey-examples-system-properties [jar] [INFO] jersey-examples-moxy [jar] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 2.37-SNAPSHOT [1/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 2.37-SNAPSHOT [2/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >-------- [INFO] Building jersey-archetype-heroku-webapp 2.37-SNAPSHOT [3/371] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-heroku-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-heroku-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-heroku-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-heroku-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.37-SNAPSHOT [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.37-SNAPSHOT/jersey-heroku-webapp-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.37-SNAPSHOT/jersey-heroku-webapp-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.37-SNAPSHOT/jersey-heroku-webapp-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-heroku-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 2.37-SNAPSHOT [4/371] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.37-SNAPSHOT [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.37-SNAPSHOT/jersey-quickstart-grizzly2-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.37-SNAPSHOT/jersey-quickstart-grizzly2-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.37-SNAPSHOT/jersey-quickstart-grizzly2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------ [INFO] Building jersey-archetype-webapp 2.37-SNAPSHOT [5/371] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.37-SNAPSHOT [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.37-SNAPSHOT/jersey-quickstart-webapp-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.37-SNAPSHOT/jersey-quickstart-webapp-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.37-SNAPSHOT/jersey-quickstart-webapp-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 2.37-SNAPSHOT [6/371] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-example-java8-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-example-java8-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-example-java8-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.37-SNAPSHOT [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.37-SNAPSHOT/jersey-example-java8-webapp-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.37-SNAPSHOT/jersey-example-java8-webapp-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.37-SNAPSHOT/jersey-example-java8-webapp-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-example-java8-webapp --- [INFO] [INFO] ------------------< org.glassfish.jersey:jersey-bom >------------------- [INFO] Building jersey-bom 2.37-SNAPSHOT [7/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/2.37-SNAPSHOT/jersey-bom-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-bom --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-common >--------------- [INFO] Building jersey-core-common 2.37-SNAPSHOT [8/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-common --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ jersey-common --- [INFO] Storing buildNumber: 2022-09-02 14:25:02 at timestamp: 1662128702842 [INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common && git rev-parse --verify HEAD [INFO] Working directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ jersey-common --- [INFO] Executing tasks [WARNING] [echo] Building for JDK8 [INFO] Executed tasks [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-common --- [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/jsr166 added. [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8 added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (compile-1-jsr166) @ jersey-common --- [INFO] Executing tasks [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/classes warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '1.8' 1 warning [INFO] [javac] Creating empty /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (compile-2-java8) @ jersey-common --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/classes-java8 [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/classes-java8 /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '1.8' /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1013: warning: Contended is internal proprietary API and may be removed in a future release @sun.misc.Contended ^ /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1596: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe U = UnsafeAccessor.getUnsafe(); ^ /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release static sun.misc.Unsafe getUnsafe() { ^ /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:32: warning: Unsafe is internal proprietary API and may be removed in a future release return sun.misc.Unsafe.getUnsafe(); ^ /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:36: warning: Unsafe is internal proprietary API and may be removed in a future release return java.security.AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^ /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ 11 warnings [INFO] Executed tasks [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 373 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[19,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1013,14] sun.misc.Contended is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1596,38] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[30,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[32,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[36,91] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,35] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/surefire-reports [INFO] parallel='classesAndMethods', perCoreThreadCount=true, threadCount=1, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.message.internal.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.glassfish.jersey.message.internal.QualityTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.glassfish.jersey.message.internal.UtilsTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.glassfish.jersey.message.internal.DateProviderTest [INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.message.internal.FormProviderTest [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.jersey.message.DeflateEncodingTest [INFO] Running org.glassfish.jersey.message.GZipEncodingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.glassfish.jersey.message.GZipEncodingTest [INFO] Running org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest Sep 02, 2022 2:25:16 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Sep 02, 2022 2:25:16 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.153 s - in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] Running org.glassfish.jersey.internal.util.TokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.internal.util.TokenizerTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Sep 02, 2022 2:25:21 PM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "true" [java.lang.Boolean] to type [java.lang.Integer]. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.internal.util.PropertiesHelperTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.util.JerseyPublisherTest java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received. at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:277) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.doOffer(SubmissionPublisher.java:562) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:462) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:308) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.663 s - in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest Sep 02, 2022 2:25:24 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread pool-2-thread-2null1 > GET http://localhost:8080/getnull Sep 02, 2022 2:25:24 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread pool-2-thread-2null1 < 200null Sep 02, 2022 2:25:24 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread pool-2-thread-2null1 < 200null Sep 02, 2022 2:25:24 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread pool-2-thread-2null1 > GET http://localhost:8080null [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.glassfish.jersey.logging.HasEntityTimeoutTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 s - in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Running org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.glassfish.jersey.uri.UriTemplateTest [INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.jersey.uri.UriComponentTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 226, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-common --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.37-SNAPSHOT/jersey-common-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.37-SNAPSHOT/jersey-common-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.37-SNAPSHOT/jersey-common-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-common --- [INFO] [INFO] ----------------< org.glassfish.jersey.inject:project >----------------- [INFO] Building jersey-inject 2.37-SNAPSHOT [9/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >--------------- [INFO] Building jersey-inject-hk2 2.37-SNAPSHOT [10/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-hk2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-hk2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-hk2 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-hk2 --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-hk2 --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/hk2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-hk2 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest Sep 02, 2022 2:25:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,422330142) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Sep 02, 2022 2:25:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,245765246) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Sep 02, 2022 2:25:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,915500720) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/jersey-hk2-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/jersey-hk2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-hk2 --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:2.37-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/jersey-hk2-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.37-SNAPSHOT/jersey-hk2-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.37-SNAPSHOT/jersey-hk2-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/jersey-hk2-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.37-SNAPSHOT/jersey-hk2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-hk2 --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-client >--------------- [INFO] Building jersey-core-client 2.37-SNAPSHOT [11/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-client --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/internal/jdkconnector/localization.properties [INFO] org/glassfish/jersey/client/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/src/main/resources/org/glassfish/jersey/client/internal/jdkconnector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/target/surefire-reports [INFO] parallel='classesAndMethods', perCoreThreadCount=true, threadCount=1, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest Sep 02, 2022 2:25:41 PM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith WARNING: ClientRequestContext#abortWith has been utilized multiple times. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Running org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest Sep 02, 2022 2:25:41 PM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve WARNING: ExceptionContext#resolve has been utilized multiple times. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Running org.glassfish.jersey.client.ClientRequestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in org.glassfish.jersey.client.ClientRequestTest [INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.084 s - in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Running org.glassfish.jersey.client.ClientRxTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.glassfish.jersey.client.ClientRxTest [INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest Sep 02, 2022 2:25:43 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:25:43 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:25:43 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:25:43 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.glassfish.jersey.client.JerseyWebTargetTest [INFO] Running org.glassfish.jersey.client.LinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.glassfish.jersey.client.LinkTest [INFO] Running org.glassfish.jersey.client.ClientConfigTest Sep 02, 2022 2:25:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) 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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=72 locatorId=50 identityHashCode=905983037 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) 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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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 02, 2022 2:25:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) 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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=72 locatorId=50 identityHashCode=905983037 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) 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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.glassfish.jersey.client.ClientConfigTest [INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.1 s - in org.glassfish.jersey.client.AutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Running org.glassfish.jersey.client.FixedBoundaryParserTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.client.FixedBoundaryParserTest [INFO] Running org.glassfish.jersey.client.JerseyClientTest Sep 02, 2022 2:25:43 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:25:43 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:25:43 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:25:43 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.jersey.client.JerseyClientTest [INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.047 s - in org.glassfish.jersey.client.HttpUrlConnectorTest [INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest Sep 02, 2022 2:25:43 PM org.glassfish.jersey.client.filter.EncodingFilter filter WARNING: Value non-gzip of jersey.config.client.useEncoding client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: [deflate, gzip, x-gzip] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Running org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.client.ClientResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.client.ClientResponseTest [INFO] Running org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.604 s - in org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest Sep 02, 2022 2:25:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. Sep 02, 2022 2:25:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Running org.glassfish.jersey.client.JerseyInvocationTest Sep 02, 2022 2:25:59 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Sep 02, 2022 2:25:59 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Sep 02, 2022 2:25:59 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.glassfish.jersey.client.JerseyInvocationTest [INFO] Running org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.client.CustomConnectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.jersey.client.CustomConnectorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 172, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/target/jersey-client-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/target/jersey-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-client --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/target/jersey-client-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.37-SNAPSHOT/jersey-client-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.37-SNAPSHOT/jersey-client-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-client/target/jersey-client-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.37-SNAPSHOT/jersey-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-client --- [INFO] [INFO] -----------------< org.glassfish.jersey.media:project >----------------- [INFO] Building jersey-media 2.37-SNAPSHOT [12/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------ [INFO] Building jersey-media-jaxb 2.37-SNAPSHOT [13/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-jaxb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-jaxb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-jaxb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-jaxb --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-jaxb --- [INFO] Resources: [INFO] org/glassfish/jersey/jaxb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-jaxb --- [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/FeatureAndPropertySupplierTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/FeatureAndPropertySupplierTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/FeatureAndPropertySupplierTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-jaxb --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 s - in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.034 s - in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/target/jersey-media-jaxb-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/target/jersey-media-jaxb-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-jaxb --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/target/jersey-media-jaxb-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.37-SNAPSHOT/jersey-media-jaxb-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.37-SNAPSHOT/jersey-media-jaxb-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/jaxb/target/jersey-media-jaxb-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.37-SNAPSHOT/jersey-media-jaxb-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-jaxb --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-server >--------------- [INFO] Building jersey-core-server 2.37-SNAPSHOT [14/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-server --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-server --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-server --- [INFO] Resources: [INFO] org/glassfish/jersey/server/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 368 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassVisitor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassVisitor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 145 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/target/surefire-reports [INFO] parallel='classes', perCoreThreadCount=true, threadCount=1, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest Sep 02, 2022 2:26:13 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Sep 02, 2022 2:26:13 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest Sep 02, 2022 2:26:13 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3 Sep 02, 2022 2:26:13 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Sep 02, 2022 2:26:13 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Sep 02, 2022 2:26:13 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Sep 02, 2022 2:26:13 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Sep 02, 2022 2:26:13 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.586 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Sep 02, 2022 2:26:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s - in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest Sep 02, 2022 2:26:15 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.919 s - in org.glassfish.jersey.server.AnnotatedEntityTest [INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest Sep 02, 2022 2:26:15 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postA() at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() at matching path pattern /test. Sep 02, 2022 2:26:15 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+). Sep 02, 2022 2:26:15 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Sep 02, 2022 2:26:15 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Sep 02, 2022 2:26:15 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method PUT and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put2(java.lang.Object) and public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put3(java.lang.Object) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Sep 02, 2022 2:26:16 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() at matching regular expression /test2. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method POST and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postA() at matching path pattern /test2. Sep 02, 2022 2:26:16 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Sep 02, 2022 2:26:16 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.73 s - in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest [INFO] Running org.glassfish.jersey.server.model.MethodListTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.server.model.MethodListTest [INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s - in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Running org.glassfish.jersey.server.model.internal.ChildResourceTest template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 s - in org.glassfish.jersey.server.model.internal.ChildResourceTest [INFO] Running org.glassfish.jersey.server.model.OptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.612 s - in org.glassfish.jersey.server.model.OptionsTest [INFO] Running org.glassfish.jersey.server.model.AcceptQsTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.073 s - in org.glassfish.jersey.server.model.AcceptQsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s - in org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.413 s - in org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Running org.glassfish.jersey.server.model.RMBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.glassfish.jersey.server.model.RMBuilderTest [INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Sep 02, 2022 2:26:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.98 s - in org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s - in org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Running org.glassfish.jersey.server.model.AncestorsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.glassfish.jersey.server.model.AncestorsTest [INFO] Running org.glassfish.jersey.server.model.ParameterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.server.model.ParameterTest [INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s - in org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Running org.glassfish.jersey.server.model.ResourceModelTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.jersey.server.model.ResourceModelTest [INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Running org.glassfish.jersey.server.model.HeadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 s - in org.glassfish.jersey.server.model.HeadTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest one Sep 02, 2022 2:26:23 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"foo", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "foo" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest Sep 02, 2022 2:26:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() at matching regular expression null. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s - in org.glassfish.jersey.server.model.SubResourceProgrammaticTest [INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s - in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientFilter constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 will be ignored. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToServer, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter will be ignored. Sep 02, 2022 2:26:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter will be ignored. Sep 02, 2022 2:26:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. Sep 02, 2022 2:26:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s - in org.glassfish.jersey.server.model.ConstrainedToServerTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s - in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Running org.glassfish.jersey.server.model.AcceptTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s - in org.glassfish.jersey.server.model.AcceptTest [INFO] Running org.glassfish.jersey.server.model.ValidatorTest Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam will be ignored. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@3e07e4a2]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a. WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()] WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter. WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource. WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam. WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source. WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()] WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRootNotUnique.get() at matching regular expression /sub\-root. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x. WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of type java.util.List> from public void org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.set(java.util.List>) is not resolvable to a concrete type. WARNING: Parameter fieldV of type java.util.Collection from java.util.Collection org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.fieldV is not resolvable to a concrete type. WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of type V[] from public void org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.set(V[]) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V[] from V[] org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.fieldV is not resolvable to a concrete type. WARNING: The resource (or sub resource) Resource{"failRoot", 1 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 1 resource methods, 1 sub-resource locator, 2 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter. HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMReturningVoid.getSRMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$ResourceMethodWithVoidReturnType.error(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() at matching path pattern /test. HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by "@Consumes" annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) and public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() at matching path pattern /test. This could cause an error for conflicting output types! Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@b511f8e]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResources INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern). Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyResourcel INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResourceLocators INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern). Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testRootResourceNonAmbigConstructors INFO: No issue should be reported if more public ctors exists with the same number of params, but another just one is presented with more params at a root resource: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsRM INFO: An issue should be reported if more than one HTTP method designator exist on a resource method: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()] Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testProviderFieldsInjection INFO: An issue should be reported if injection is required for a class which is provider and therefore singleton: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.matrixParam cannot be injected into singleton resource. WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.queryParam cannot be injected into singleton resource. WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.pParam cannot be injected into singleton resource. WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.cParam cannot be injected into singleton resource. WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.hParam cannot be injected into singleton resource. WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.beanParam cannot be injected into singleton resource. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method public javax.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(javax.ws.rs.sse.SseEventSink) that is being injected with SseEventSink should return void. The output will propagate automatically. WARNING: A HTTP GET method public void org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.multipleInjection(javax.ws.rs.sse.SseEventSink,javax.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethod2Validation INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsSRM INFO: An issue should be reported if more than one HTTP method designator exist on a sub-resource method: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()] Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.matrixParam cannot be injected into singleton resource. WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.queryParam cannot be injected into singleton resource. WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.pParam cannot be injected into singleton resource. WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.cParam cannot be injected into singleton resource. WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.hParam cannot be injected into singleton resource. WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.beanParam cannot be injected into singleton resource. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T) is not resolvable to a concrete type. WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T), is not resolvable to a concrete type. WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T) is not resolvable to a concrete type. WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T), is not resolvable to a concrete type. WARNING: Parameter 1 of type V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) is not resolvable to a concrete type. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter 1 of public org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectConstructorParamsForSingleton(java.lang.String) cannot be injected into singleton resource. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethodValidation INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"failRoot", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Sep 02, 2022 2:26:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. Sep 02, 2022 2:26:26 PM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid INFO: An issue should NOT be reported if a async get method returns void: [WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.596 s - in org.glassfish.jersey.server.model.ValidatorTest [INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.476 s - in org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest Sep 02, 2022 2:26:27 PM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest [INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.664 s - in org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.244 s - in org.glassfish.jersey.server.filter.LayeredFiltersTest [INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.226 s - in org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s - in org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Running org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s - in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s - in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.287 s - in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 s - in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.933 s - in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.UriTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s - in org.glassfish.jersey.server.internal.inject.UriTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s - in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s - in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [afromString, fromString, bfromString] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.195 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.998 s - in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest Sep 02, 2022 2:26:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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) Caused by: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:76) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 67 more Caused by: java.lang.IllegalStateException: error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153) 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.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:162) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:66) ... 71 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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 02, 2022 2:26:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.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.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:162) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:66) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.glassfish.jersey.server.internal.inject.InvalidParamsTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s - in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.285 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 s - in org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 s - in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 s - in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 s - in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.903 s - in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s - in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s - in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 s - in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.429 s - in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest Sep 02, 2022 2:26:50 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest [INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest Sep 02, 2022 2:26:50 PM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1042) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:968) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1072) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1064) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:194) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64) 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.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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 02, 2022 2:26:50 PM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1042) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:968) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1072) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1064) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:194) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70) 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.jersey.server.internal.routing.SubResourceLocatorRouter.lambda$getResource$0(SubResourceLocatorRouter.java:132) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.getResource(SubResourceLocatorRouter.java:150) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.glassfish.jersey.server.internal.ResourceContextTest [INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 s - in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Running org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest [INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest Sep 02, 2022 2:26:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. Sep 02, 2022 2:26:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.glassfish.jersey.server.AsyncCallbackServerTest [INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Running org.glassfish.jersey.server.ResourceConfigBuilderTest Sep 02, 2022 2:26:51 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:26:51 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:26:51 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:26:51 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.glassfish.jersey.server.ResourceConfigBuilderTest [INFO] Running org.glassfish.jersey.server.ContainerRequestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.server.ContainerRequestTest [INFO] Running org.glassfish.jersey.server.ResourceMergeTest Sep 02, 2022 2:26:51 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='child', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[application/xml], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=InstanceBasedMethodHandler{handler=org.glassfish.jersey.server.ResourceMergeTest$MyInflector@6c1692eb, handlerClass=class org.glassfish.jersey.server.ResourceMergeTest$MyInflector}, definitionMethod=public abstract java.lang.Object org.glassfish.jersey.process.Inflector.apply(java.lang.Object), parameters=[Parameter [type=interface javax.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@6c1692eb], parentResource=, extended=false} and resource Resource{"child", 0 child resources, 0 resource methods, 1 sub-resource locator, 0 method handler classes, 1 method handler instances}, contains sub resource locators on the same path child. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.server.ResourceMergeTest [INFO] Running org.glassfish.jersey.server.SecurityContextTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.glassfish.jersey.server.SecurityContextTest [INFO] Running org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s - in org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Running org.glassfish.jersey.server.ResourceConfigTest [] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.glassfish.jersey.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest Sep 02, 2022 2:26:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Sep 02, 2022 2:26:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Sep 02, 2022 2:26:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Sep 02, 2022 2:26:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Sep 02, 2022 2:26:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Sep 02, 2022 2:26:53 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s - in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest [INFO] Running org.glassfish.jersey.server.ApplicationTest Sep 02, 2022 2:26:53 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Sep 02, 2022 2:26:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.ApplicationTest$DummyResource will be ignored. Sep 02, 2022 2:26:53 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:26:53 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Sep 02, 2022 2:26:53 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.glassfish.jersey.server.ApplicationTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s - in org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest Sep 02, 2022 2:26:53 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.253 s - in org.glassfish.jersey.server.AsyncApplicationBuildingTest [INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest Sep 02, 2022 2:26:55 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity. Sep 02, 2022 2:26:55 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Sep 02, 2022 2:26:55 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA1.doGet() at matching regular expression /merged. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in org.glassfish.jersey.server.ApplicationHandlerTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest Sep 02, 2022 2:26:53 PM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer]. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.326 s - in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 923, Failures: 0, Errors: 0, Skipped: 11 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/target/jersey-server-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/target/jersey-server-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-server --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/target/jersey-server-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.37-SNAPSHOT/jersey-server-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.37-SNAPSHOT/jersey-server-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-server/target/jersey-server-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.37-SNAPSHOT/jersey-server-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-server --- [INFO] [INFO] --------------< org.glassfish.jersey.containers:project >--------------- [INFO] Building jersey-containers 2.37-SNAPSHOT [15/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >--- [INFO] Building jersey-container-grizzly2-http 2.37-SNAPSHOT [16/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-grizzly2-http --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-grizzly2-http --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-grizzly2-http --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-grizzly2-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-grizzly2-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-grizzly2-http --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-grizzly2-http --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.37-SNAPSHOT/jersey-container-grizzly2-http-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.37-SNAPSHOT/jersey-container-grizzly2-http-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.37-SNAPSHOT/jersey-container-grizzly2-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-grizzly2-http --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >---- [INFO] Building jersey-container-servlet-core 2.37-SNAPSHOT [17/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-servlet-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-servlet-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-servlet-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-servlet-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-servlet-core --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-servlet-core --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-servlet-core --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-servlet-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-servlet-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-servlet-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-servlet-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] Running org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-servlet-core --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.37-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-servlet-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.37-SNAPSHOT/jersey-container-servlet-core-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.37-SNAPSHOT/jersey-container-servlet-core-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.37-SNAPSHOT/jersey-container-servlet-core-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-servlet-core --- [INFO] [INFO] ------------< org.glassfish.jersey.test-framework:project >------------- [INFO] Building jersey-test-framework 2.37-SNAPSHOT [18/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >--- [INFO] Building jersey-test-framework-core 2.37-SNAPSHOT [19/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/target/jersey-test-framework-core-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/target/jersey-test-framework-core-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/target/jersey-test-framework-core-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.37-SNAPSHOT/jersey-test-framework-core-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.37-SNAPSHOT/jersey-test-framework-core-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/core/target/jersey-test-framework-core-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.37-SNAPSHOT/jersey-test-framework-core-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-core --- [INFO] [INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------ [INFO] Building jersey-container-servlet 2.37-SNAPSHOT [20/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-servlet --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-servlet --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-servlet --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/target/jersey-container-servlet-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/target/jersey-container-servlet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-servlet --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:2.37-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/target/jersey-container-servlet-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.37-SNAPSHOT/jersey-container-servlet-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.37-SNAPSHOT/jersey-container-servlet-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jersey-servlet/target/jersey-container-servlet-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.37-SNAPSHOT/jersey-container-servlet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-servlet --- [INFO] [INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >-- [INFO] Building jersey-container-grizzly2-servlet 2.37-SNAPSHOT [21/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-grizzly2-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-grizzly2-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-grizzly2-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-servlet/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-grizzly2-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-grizzly2-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-grizzly2-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/2.37-SNAPSHOT/jersey-container-grizzly2-servlet-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/2.37-SNAPSHOT/jersey-container-grizzly2-servlet-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/2.37-SNAPSHOT/jersey-container-grizzly2-servlet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.test-framework.providers:project >-------- [INFO] Building jersey-test-framework-providers 2.37-SNAPSHOT [22/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >-- [INFO] Building jersey-test-framework-provider-grizzly2 2.37-SNAPSHOT [23/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-provider-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/ssl/GrizzlyTwoWaySslWebTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/ssl/GrizzlyTwoWaySslWebTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-provider-grizzly2 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest Sep 02, 2022 2:27:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:9998 Sep 02, 2022 2:27:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:27:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:9998 Sep 02, 2022 2:27:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:27:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:9998 Sep 02, 2022 2:27:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:27:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:9998 Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.464 s - in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest Sep 02, 2022 2:27:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:9998 Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:9998 Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:9998 Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s - in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest Sep 02, 2022 2:27:18 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:/ Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41909] Sep 02, 2022 2:27:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:27:18 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:41909/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41909] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest Sep 02, 2022 2:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest Sep 02, 2022 2:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest Sep 02, 2022 2:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest Sep 02, 2022 2:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest Sep 02, 2022 2:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:27:19 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest Sep 02, 2022 2:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest [INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest Sep 02, 2022 2:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.glassfish.jersey.test.grizzly.BaseUriTest [INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest Sep 02, 2022 2:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32775] Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:32775/ Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32775] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest [INFO] Running org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest Sep 02, 2022 2:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/2.37-SNAPSHOT/jersey-test-framework-provider-grizzly2-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/2.37-SNAPSHOT/jersey-test-framework-provider-grizzly2-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/2.37-SNAPSHOT/jersey-test-framework-provider-grizzly2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --------------< org.glassfish.jersey.connectors:project >--------------- [INFO] Building jersey-connectors 2.37-SNAPSHOT [24/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >------- [INFO] Building jersey-connectors-apache 2.37-SNAPSHOT [25/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-apache-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-apache-connector --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-apache-connector --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-apache-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-apache-connector --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-apache-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-apache-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-apache-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-apache-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-apache-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-apache-connector --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.apache.connector.AuthTest Sep 02, 2022 2:27:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:27:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:27:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:27:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.451 s - in org.glassfish.jersey.apache.connector.AuthTest [INFO] Running org.glassfish.jersey.apache.connector.ManagedClientTest Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Sep 02, 2022 2:27:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s - in org.glassfish.jersey.apache.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache.connector.TraceSupportTest Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in org.glassfish.jersey.apache.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache.connector.NoEntityTest Sep 02, 2022 2:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.glassfish.jersey.apache.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache.connector.TimeoutTest Sep 02, 2022 2:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:27:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:27:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.169 s - in org.glassfish.jersey.apache.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache.connector.AsyncTest Sep 02, 2022 2:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:27:30 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Sep 02, 2022 2:27:30 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Sep 02, 2022 2:27:31 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Sep 02, 2022 2:27:31 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Sep 02, 2022 2:27:31 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Sep 02, 2022 2:27:32 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Sep 02, 2022 2:27:32 PM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Sep 02, 2022 2:27:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:27:32 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Sep 02, 2022 2:27:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.146 s - in org.glassfish.jersey.apache.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest Sep 02, 2022 2:27:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:27:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.088 s - in org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodTest Sep 02, 2022 2:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-2 Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 s - in org.glassfish.jersey.apache.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache.connector.RetryHandlerTest Sep 02, 2022 2:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 02, 2022 2:27:38 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:9998: Read timed out Sep 02, 2022 2:27:38 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:9998 Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 02, 2022 2:27:38 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:9998: Read timed out Sep 02, 2022 2:27:38 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:9998 Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s - in org.glassfish.jersey.apache.connector.RetryHandlerTest [INFO] Running org.glassfish.jersey.apache.connector.LargeDataTest Sep 02, 2022 2:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.glassfish.jersey.apache.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache.connector.HttpEntityTest Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.glassfish.jersey.apache.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache.connector.GZIPContentEncodingTest Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.glassfish.jersey.apache.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.HttpHeadersTest Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.glassfish.jersey.apache.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache.connector.HelloWorldTest Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:9998/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 02, 2022 2:27:39 PM org.glassfish.jersey.apache.connector.ApacheConnector WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Sep 02, 2022 2:27:39 PM org.glassfish.jersey.apache.connector.ApacheConnector getConnectionManager WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld/error 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld/error2 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:9998/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:39 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:9998/helloworld 3 > accept-encoding: gzip,deflate 3 > connection: Keep-Alive 3 > host: localhost:9998 3 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-3 4 > GET http://localhost:9998/helloworld 4 > accept-encoding: gzip,deflate 4 > connection: Keep-Alive 4 > host: localhost:9998 4 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-3 4 < 200 4 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-1 5 > GET http://localhost:9998/helloworld 5 > accept-encoding: gzip,deflate 5 > connection: Keep-Alive 5 > host: localhost:9998 5 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-0 6 > GET http://localhost:9998/helloworld 6 > accept-encoding: gzip,deflate 6 > connection: Keep-Alive 6 > host: localhost:9998 6 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-1 5 < 200 5 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-0 6 < 200 6 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-2 7 > GET http://localhost:9998/helloworld 7 > accept-encoding: gzip,deflate 7 > connection: Keep-Alive 7 > host: localhost:9998 7 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-2 7 < 200 7 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-3 8 > GET http://localhost:9998/helloworld 8 > accept-encoding: gzip,deflate 8 > connection: Keep-Alive 8 > host: localhost:9998 8 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-3 8 < 200 8 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-1 9 > GET http://localhost:9998/helloworld 9 > accept-encoding: gzip,deflate 9 > connection: Keep-Alive 9 > host: localhost:9998 9 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-1 9 < 200 9 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-0 10 > GET http://localhost:9998/helloworld 10 > accept-encoding: gzip,deflate 10 > connection: Keep-Alive 10 > host: localhost:9998 10 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-0 10 < 200 10 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-2 11 > GET http://localhost:9998/helloworld 11 > accept-encoding: gzip,deflate 11 > connection: Keep-Alive 11 > host: localhost:9998 11 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-2 11 < 200 11 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-3 12 > GET http://localhost:9998/helloworld 12 > accept-encoding: gzip,deflate 12 > connection: Keep-Alive 12 > host: localhost:9998 12 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-3 12 < 200 12 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-1 13 > GET http://localhost:9998/helloworld 13 > accept-encoding: gzip,deflate 13 > connection: Keep-Alive 13 > host: localhost:9998 13 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-1 13 < 200 13 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-0 14 > GET http://localhost:9998/helloworld 14 > accept-encoding: gzip,deflate 14 > connection: Keep-Alive 14 > host: localhost:9998 14 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-0 14 < 200 14 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-2 15 > GET http://localhost:9998/helloworld 15 > accept-encoding: gzip,deflate 15 > connection: Keep-Alive 15 > host: localhost:9998 15 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-2 15 < 200 15 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-3 16 > GET http://localhost:9998/helloworld 16 > accept-encoding: gzip,deflate 16 > connection: Keep-Alive 16 > host: localhost:9998 16 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-3 16 < 200 16 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-1 17 > GET http://localhost:9998/helloworld 17 > accept-encoding: gzip,deflate 17 > connection: Keep-Alive 17 > host: localhost:9998 17 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-1 17 < 200 17 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-0 18 > GET http://localhost:9998/helloworld 18 > accept-encoding: gzip,deflate 18 > connection: Keep-Alive 18 > host: localhost:9998 18 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-0 18 < 200 18 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-2 19 > GET http://localhost:9998/helloworld 19 > accept-encoding: gzip,deflate 19 > connection: Keep-Alive 19 > host: localhost:9998 19 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-2 19 < 200 19 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-3 20 > GET http://localhost:9998/helloworld 20 > accept-encoding: gzip,deflate 20 > connection: Keep-Alive 20 > host: localhost:9998 20 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-3 20 < 200 20 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 46 Sep 02, 2022 2:27:40 PM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworldarbitrary 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld/arbitrary 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13) Sep 02, 2022 2:27:40 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s - in org.glassfish.jersey.apache.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache.connector.FollowRedirectsTest Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.glassfish.jersey.apache.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.apache.connector.CookieTest Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.glassfish.jersey.apache.connector.CookieTest [INFO] Running org.glassfish.jersey.apache.connector.DisableContentEncodingTest Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s - in org.glassfish.jersey.apache.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.StreamingTest Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 02, 2022 2:27:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 02, 2022 2:27:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 s - in org.glassfish.jersey.apache.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache.connector.SpecialHeaderTest Sep 02, 2022 2:27:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 02, 2022 2:27:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.035 s - in org.glassfish.jersey.apache.connector.SpecialHeaderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/target/jersey-apache-connector-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/target/jersey-apache-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-apache-connector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-apache-connector --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/target/jersey-apache-connector-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.37-SNAPSHOT/jersey-apache-connector-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.37-SNAPSHOT/jersey-apache-connector-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache-connector/target/jersey-apache-connector-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.37-SNAPSHOT/jersey-apache-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-apache-connector --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------ [INFO] Building jersey-connectors-apache5 2.37-SNAPSHOT [26/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-apache5-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-apache5-connector --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-apache5-connector --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-apache5-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-apache5-connector --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-apache5-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache5/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-apache5-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-apache5-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-apache5-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-apache5-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/TimeoutTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/TimeoutTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-apache5-connector --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest Sep 02, 2022 2:27:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.409 s - in org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.apache5.connector.SpecialHeaderTest Sep 02, 2022 2:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.168 s - in org.glassfish.jersey.apache5.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache5.connector.LargeDataTest Sep 02, 2022 2:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.glassfish.jersey.apache5.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache5.connector.FollowRedirectsTest Sep 02, 2022 2:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in org.glassfish.jersey.apache5.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpEntityTest Sep 02, 2022 2:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.glassfish.jersey.apache5.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest Sep 02, 2022 2:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.454 s - in org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodTest Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.788 s - in org.glassfish.jersey.apache5.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.AuthTest Sep 02, 2022 2:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 02, 2022 2:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 02, 2022 2:27:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.178 s - in org.glassfish.jersey.apache5.connector.AuthTest [INFO] Running org.glassfish.jersey.apache5.connector.TimeoutTest Sep 02, 2022 2:27:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 02, 2022 2:27:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 02, 2022 2:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.155 s - in org.glassfish.jersey.apache5.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache5.connector.HelloWorldTest Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:9998/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld/error 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld/error2 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:9998/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-1 3 > GET http://localhost:9998/helloworld 3 > accept-encoding: gzip, x-gzip, deflate 3 > connection: keep-alive 3 > host: localhost:9998 3 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-2 2 > GET http://localhost:9998/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-1 3 < 200 3 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-2 2 < 200 2 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-2 4 > GET http://localhost:9998/helloworld 4 > accept-encoding: gzip, x-gzip, deflate 4 > connection: keep-alive 4 > host: localhost:9998 4 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-2 4 < 200 4 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-1 5 > GET http://localhost:9998/helloworld 5 > accept-encoding: gzip, x-gzip, deflate 5 > connection: keep-alive 5 > host: localhost:9998 5 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-1 5 < 200 5 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-0 6 > GET http://localhost:9998/helloworld 6 > accept-encoding: gzip, x-gzip, deflate 6 > connection: keep-alive 6 > host: localhost:9998 6 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-0 6 < 200 6 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-2 7 > GET http://localhost:9998/helloworld 7 > accept-encoding: gzip, x-gzip, deflate 7 > connection: keep-alive 7 > host: localhost:9998 7 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-2 7 < 200 7 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-1 8 > GET http://localhost:9998/helloworld 8 > accept-encoding: gzip, x-gzip, deflate 8 > connection: keep-alive 8 > host: localhost:9998 8 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-1 8 < 200 8 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-0 9 > GET http://localhost:9998/helloworld 9 > accept-encoding: gzip, x-gzip, deflate 9 > connection: keep-alive 9 > host: localhost:9998 9 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-3 10 > GET http://localhost:9998/helloworld 10 > accept-encoding: gzip, x-gzip, deflate 10 > connection: keep-alive 10 > host: localhost:9998 10 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-0 9 < 200 9 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-2 11 > GET http://localhost:9998/helloworld 11 > accept-encoding: gzip, x-gzip, deflate 11 > connection: keep-alive 11 > host: localhost:9998 11 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-3 10 < 200 10 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-2 11 < 200 11 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-1 12 > GET http://localhost:9998/helloworld 12 > accept-encoding: gzip, x-gzip, deflate 12 > connection: keep-alive 12 > host: localhost:9998 12 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-1 12 < 200 12 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-0 13 > GET http://localhost:9998/helloworld 13 > accept-encoding: gzip, x-gzip, deflate 13 > connection: keep-alive 13 > host: localhost:9998 13 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-0 13 < 200 13 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-2 15 > GET http://localhost:9998/helloworld 15 > accept-encoding: gzip, x-gzip, deflate 15 > connection: keep-alive 15 > host: localhost:9998 15 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-3 14 > GET http://localhost:9998/helloworld 14 > accept-encoding: gzip, x-gzip, deflate 14 > connection: keep-alive 14 > host: localhost:9998 14 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-1 16 > GET http://localhost:9998/helloworld 16 > accept-encoding: gzip, x-gzip, deflate 16 > connection: keep-alive 16 > host: localhost:9998 16 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-0 17 > GET http://localhost:9998/helloworld 17 > accept-encoding: gzip, x-gzip, deflate 17 > connection: keep-alive 17 > host: localhost:9998 17 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-2 15 < 200 15 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-0 17 < 200 17 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-1 16 < 200 16 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-3 14 < 200 14 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-2 18 > GET http://localhost:9998/helloworld 18 > accept-encoding: gzip, x-gzip, deflate 18 > connection: keep-alive 18 > host: localhost:9998 18 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-2 18 < 200 18 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-1 19 > GET http://localhost:9998/helloworld 19 > accept-encoding: gzip, x-gzip, deflate 19 > connection: keep-alive 19 > host: localhost:9998 19 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-3 20 > GET http://localhost:9998/helloworld 20 > accept-encoding: gzip, x-gzip, deflate 20 > connection: keep-alive 20 > host: localhost:9998 20 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-1 19 < 200 19 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-3 20 < 200 20 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 51 Sep 02, 2022 2:27:56 PM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. CustomLoggingFilter.preFilter called Sep 02, 2022 2:27:56 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 02, 2022 2:27:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 02, 2022 2:27:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworldarbitrary 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Sep 02, 2022 2:27:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld/arbitrary 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.37-SNAPSHOT (Apache HttpClient 5.1.2) Sep 02, 2022 2:27:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 s - in org.glassfish.jersey.apache5.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache5.connector.RetryStrategyTest Sep 02, 2022 2:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.glassfish.jersey.apache5.connector.RetryStrategyTest [INFO] Running org.glassfish.jersey.apache5.connector.AsyncTest Sep 02, 2022 2:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 02, 2022 2:27:57 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Sep 02, 2022 2:27:57 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Sep 02, 2022 2:27:57 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Sep 02, 2022 2:27:58 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Sep 02, 2022 2:27:58 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Sep 02, 2022 2:27:58 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Sep 02, 2022 2:27:58 PM org.glassfish.jersey.apache5.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Sep 02, 2022 2:27:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:27:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:27:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:27:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 02, 2022 2:27:58 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Sep 02, 2022 2:28:01 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-1 Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.14 s - in org.glassfish.jersey.apache5.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache5.connector.DisableContentEncodingTest Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:03 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-2 Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.glassfish.jersey.apache5.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache5.connector.CookieTest Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.glassfish.jersey.apache5.connector.CookieTest [INFO] Running org.glassfish.jersey.apache5.connector.NoEntityTest Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 02, 2022 2:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s - in org.glassfish.jersey.apache5.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.StreamingTest Sep 02, 2022 2:28:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s - in org.glassfish.jersey.apache5.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.TraceSupportTest Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s - in org.glassfish.jersey.apache5.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpHeadersTest Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.glassfish.jersey.apache5.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache5.connector.ManagedClientTest Sep 02, 2022 2:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:05 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Sep 02, 2022 2:28:05 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 02, 2022 2:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.glassfish.jersey.apache5.connector.ManagedClientTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/target/jersey-apache5-connector-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/target/jersey-apache5-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-apache5-connector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-apache5-connector --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/target/jersey-apache5-connector-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/2.37-SNAPSHOT/jersey-apache5-connector-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/2.37-SNAPSHOT/jersey-apache5-connector-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/apache5-connector/target/jersey-apache5-connector-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/2.37-SNAPSHOT/jersey-apache5-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-apache5-connector --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >-- [INFO] Building jersey-test-framework-provider-inmemory 2.37-SNAPSHOT [27/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-provider-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-provider-inmemory --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerTest Sep 02, 2022 2:28:07 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend WARNING: Asynchronous server side invocations are not supported by InMemoryContainer. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.191 s - in org.glassfish.jersey.test.inmemory.InMemoryContainerTest [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest [INFO] Running org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:28:09 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/2.37-SNAPSHOT/jersey-test-framework-provider-inmemory-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/2.37-SNAPSHOT/jersey-test-framework-provider-inmemory-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/2.37-SNAPSHOT/jersey-test-framework-provider-inmemory-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >-- [INFO] Building jersey-test-framework-provider-external 2.37-SNAPSHOT [28/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-provider-external --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-external --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/external/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-external --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/external/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-external --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/external/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-provider-external --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/external/target/jersey-test-framework-provider-external-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/external/target/jersey-test-framework-provider-external-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-external --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/external/target/jersey-test-framework-provider-external-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/2.37-SNAPSHOT/jersey-test-framework-provider-external-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/2.37-SNAPSHOT/jersey-test-framework-provider-external-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/external/target/jersey-test-framework-provider-external-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/2.37-SNAPSHOT/jersey-test-framework-provider-external-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-external --- [INFO] [INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------ [INFO] Building jersey-container-jdk-http 2.37-SNAPSHOT [29/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jdk-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-jdk-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-jdk-http --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-jdk-http --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-jdk-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/RuntimeDelegateTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/RuntimeDelegateTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-jdk-http --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s - in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest Sep 02, 2022 2:28:13 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Sep 02, 2022 2:28:13 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Sep 02, 2022 2:28:13 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Sep 02, 2022 2:28:13 PM sun.net.httpserver.ServerImpl$Exchange run WARNING: SSL connection received. No https contxt created Sep 02, 2022 2:28:13 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.274 s - in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest [INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest Sep 02, 2022 2:28:14 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:17 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Sep 02, 2022 2:28:17 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:20 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.282 s - in org.glassfish.jersey.jdkhttp.LifecycleListenerTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest Sep 02, 2022 2:28:20 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:23 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.115 s - in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest [INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest Sep 02, 2022 2:28:23 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.064 s - in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/target/jersey-container-jdk-http-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/target/jersey-container-jdk-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-jdk-http --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/target/jersey-container-jdk-http-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/2.37-SNAPSHOT/jersey-container-jdk-http-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/2.37-SNAPSHOT/jersey-container-jdk-http-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jdk-http/target/jersey-container-jdk-http-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/2.37-SNAPSHOT/jersey-container-jdk-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-jdk-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >-- [INFO] Building jersey-test-framework-provider-jdk-http 2.37-SNAPSHOT [30/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-provider-jdk-http --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-provider-jdk-http --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest Sep 02, 2022 2:28:30 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:/ Sep 02, 2022 2:28:31 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:34803/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.43 s - in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest [INFO] Running org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest Sep 02, 2022 2:28:34 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.167 s - in org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/2.37-SNAPSHOT/jersey-test-framework-provider-jdk-http-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/2.37-SNAPSHOT/jersey-test-framework-provider-jdk-http-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/2.37-SNAPSHOT/jersey-test-framework-provider-jdk-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >---- [INFO] Building jersey-container-simple-http 2.37-SNAPSHOT [31/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-simple-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-simple-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-simple-http --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-simple-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-simple-http --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-simple-http --- [INFO] Resources: [INFO] org/glassfish/jersey/simple/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-simple-http --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-simple-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-simple-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-simple-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/src/test/java/org/glassfish/jersey/simple/AsyncTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/src/test/java/org/glassfish/jersey/simple/AsyncTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-simple-http --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.simple.AsyncTest Sep 02, 2022 2:28:40 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:40 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Sep 02, 2022 2:28:40 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:45 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Sep 02, 2022 2:28:45 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:48 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.056 s - in org.glassfish.jersey.simple.AsyncTest [INFO] Running org.glassfish.jersey.simple.ExceptionTest Sep 02, 2022 2:28:48 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:48 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.glassfish.jersey.simple.ExceptionTest [INFO] Running org.glassfish.jersey.simple.ParallelTest Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 s - in org.glassfish.jersey.simple.ParallelTest [INFO] Running org.glassfish.jersey.simple.OptionsTest Sep 02, 2022 2:28:49 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Sep 02, 2022 2:28:49 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.glassfish.jersey.simple.OptionsTest [INFO] Running org.glassfish.jersey.simple.TraceTest Sep 02, 2022 2:28:49 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Sep 02, 2022 2:28:49 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Sep 02, 2022 2:28:49 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-203): EXECUTE_ACTION -> 16 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-203): ACCEPT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-206): READ -> 199 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-206): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-206): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-206): HEADER_FINISHED -> OPTIONS /users HTTP/1.1 User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-206): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-206): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-207): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-207): WRITE_HEADER -> HTTP/1.1 404 Not Found Content-Length: 0 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-207): WRITE_BUFFER -> 69 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-207): WRITE -> 69 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-207): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-207): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-208): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-208): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-201): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-201): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-201): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:9998] (ActionDistributor: Thread-213): EXECUTE_ACTION -> 16 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-213): ACCEPT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:50 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:51 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-228): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-229): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): WRITE -> 110 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): RESPONSE_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-230): DISPATCH_FINISHED Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_REQUEST Sep 02, 2022 2:28:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): WRITE -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): RESPONSE_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-231): DISPATCH_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 159 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ_HEADER Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-216): REQUEST_READY Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_REQUEST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): WRITE -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): RESPONSE_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-217): DISPATCH_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-218): READ_WAIT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 159 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ_HEADER Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-219): REQUEST_READY Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_REQUEST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): WRITE -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): RESPONSE_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-220): DISPATCH_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-221): READ_WAIT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 159 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ_HEADER Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-222): REQUEST_READY Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_REQUEST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): WRITE -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): RESPONSE_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-223): DISPATCH_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-224): READ_WAIT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): READ_INTEREST_READY -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): EXECUTE_ACTION -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 159 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ_HEADER Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-225): REQUEST_READY Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_REQUEST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE_BUFFER -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): WRITE -> 110 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): RESPONSE_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestDispatcher: Thread-226): DISPATCH_FINISHED Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ -> 0 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (Worker: RequestReader: Thread-227): READ_WAIT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): SELECT Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_READ_INTEREST Sep 02, 2022 2:28:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:44600] (ActionDistributor: Thread-211): REGISTER_INTEREST -> 1 Sep 02, 2022 2:28:55 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.371 s - in org.glassfish.jersey.simple.TraceTest [INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest Sep 02, 2022 2:28:55 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:55 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Sep 02, 2022 2:28:55 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Sep 02, 2022 2:28:55 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.glassfish.jersey.simple.LifecycleListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/target/jersey-container-simple-http-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/target/jersey-container-simple-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-simple-http --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-simple-http --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/target/jersey-container-simple-http-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/2.37-SNAPSHOT/jersey-container-simple-http-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/2.37-SNAPSHOT/jersey-container-simple-http-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/simple-http/target/jersey-container-simple-http-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/2.37-SNAPSHOT/jersey-container-simple-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-simple-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >-- [INFO] Building jersey-test-framework-provider-simple 2.37-SNAPSHOT [32/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-provider-simple --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-simple --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-simple --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-provider-simple --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.simple.AvailablePortSimpleTest Sep 02, 2022 2:28:56 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/ Sep 02, 2022 2:28:57 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start INFO: Started SimpleTestContainer at the base URI http://localhost:45521/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 s - in org.glassfish.jersey.test.simple.AvailablePortSimpleTest [INFO] Running org.glassfish.jersey.test.simple.SimpleContainerTest Sep 02, 2022 2:28:57 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.glassfish.jersey.test.simple.SimpleContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-simple --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/2.37-SNAPSHOT/jersey-test-framework-provider-simple-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/2.37-SNAPSHOT/jersey-test-framework-provider-simple-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/2.37-SNAPSHOT/jersey-test-framework-provider-simple-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-simple --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >----- [INFO] Building jersey-container-jetty-http 2.37-SNAPSHOT [33/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-jetty-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-jetty-http --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jetty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-jetty-http --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-jetty-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-jetty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-jetty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-jetty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-jetty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AsyncTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AsyncTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-jetty-http --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jetty.ExceptionTest 2022-09-02 14:28:59.186:INFO::main: Logging initialized @762ms to org.eclipse.jetty.util.log.StdErrLog 2022-09-02 14:29:00.305:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:00.434:INFO:oejs.AbstractConnector:main: Started ServerConnector@6d026701{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:00.437:INFO:oejs.Server:main: Started @2013ms Sep 02, 2022 2:29:00 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:00.840:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6d026701{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:00 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2022-09-02 14:29:00.912:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:00.915:INFO:oejs.AbstractConnector:main: Started ServerConnector@67c2e933{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:00.915:INFO:oejs.Server:main: Started @2492ms Sep 02, 2022 2:29:00 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:00.957:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@67c2e933{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:00 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2022-09-02 14:29:01.001:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:01.013:INFO:oejs.AbstractConnector:main: Started ServerConnector@3543df7d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:01.013:INFO:oejs.Server:main: Started @2590ms Sep 02, 2022 2:29:01 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:01.496:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3543df7d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:01 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.711 s - in org.glassfish.jersey.jetty.ExceptionTest [INFO] Running org.glassfish.jersey.jetty.AsyncTest 2022-09-02 14:29:01.588:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:01.590:INFO:oejs.AbstractConnector:main: Started ServerConnector@71a9b4c7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:01.590:INFO:oejs.Server:main: Started @3167ms Sep 02, 2022 2:29:01 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:01.677:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@71a9b4c7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:01 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2022-09-02 14:29:01.769:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:01.771:INFO:oejs.AbstractConnector:main: Started ServerConnector@5fd9b663{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:01.772:INFO:oejs.Server:main: Started @3348ms Sep 02, 2022 2:29:01 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:06.808:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5fd9b663{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:06 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2022-09-02 14:29:06.882:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:06.885:INFO:oejs.AbstractConnector:main: Started ServerConnector@6f89f665{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:06.885:INFO:oejs.Server:main: Started @8461ms Sep 02, 2022 2:29:06 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:09.946:WARN:oejs.HttpChannelState:jetty-http-server-5: java.lang.IllegalStateException: s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=1 while invoking onTimeout listener org.eclipse.jetty.continuation.Servlet3Continuation@7110d603 java.lang.IllegalStateException: s=HANDLING rs=COMPLETE os=COMPLETED is=IDLE awp=false se=false i=false al=1 at org.eclipse.jetty.server.HttpChannelState.dispatch(HttpChannelState.java:592) at org.eclipse.jetty.server.AsyncContextState.dispatch(AsyncContextState.java:94) at org.eclipse.jetty.continuation.Servlet3Continuation.onTimeout(Servlet3Continuation.java:239) at org.eclipse.jetty.server.HttpChannelState$2.run(HttpChannelState.java:669) at org.eclipse.jetty.server.HttpChannelState.runInContext(HttpChannelState.java:1223) at org.eclipse.jetty.server.HttpChannelState.onTimeout(HttpChannelState.java:685) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:500) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:439) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) 2022-09-02 14:29:09.948:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6f89f665{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:09 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.45 s - in org.glassfish.jersey.jetty.AsyncTest [INFO] Running org.glassfish.jersey.jetty.OptionsTest 2022-09-02 14:29:10.000:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:10.002:INFO:oejs.AbstractConnector:main: Started ServerConnector@36bc415e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:10.009:INFO:oejs.Server:main: Started @11586ms Sep 02, 2022 2:29:10 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:10.065:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@36bc415e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:10 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.glassfish.jersey.jetty.OptionsTest [INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest 2022-09-02 14:29:10.120:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:10.123:INFO:oejs.AbstractConnector:main: Started ServerConnector@3a627c80{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:10.123:INFO:oejs.Server:main: Started @11699ms Sep 02, 2022 2:29:10 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:10.148:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3a627c80{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:10 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2022-09-02 14:29:10.203:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:10.205:INFO:oejs.AbstractConnector:main: Started ServerConnector@2b556bb2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:10.206:INFO:oejs.Server:main: Started @11782ms Sep 02, 2022 2:29:10 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2022-09-02 14:29:10.284:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2b556bb2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:10 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.glassfish.jersey.jetty.LifecycleListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/target/jersey-container-jetty-http-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/target/jersey-container-jetty-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-jetty-http --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-jetty-http --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/target/jersey-container-jetty-http-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/2.37-SNAPSHOT/jersey-container-jetty-http-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/2.37-SNAPSHOT/jersey-container-jetty-http-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-http/target/jersey-container-jetty-http-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/2.37-SNAPSHOT/jersey-container-jetty-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-jetty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >-- [INFO] Building jersey-test-framework-provider-jetty 2.37-SNAPSHOT [34/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-provider-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-provider-jetty --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.jetty.JettyContainerTest Sep 02, 2022 2:29:11 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:29:11.732:INFO::main: Logging initialized @738ms to org.eclipse.jetty.util.log.StdErrLog 2022-09-02 14:29:12.868:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:12.926:INFO:oejs.AbstractConnector:main: Started ServerConnector@181e731e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:12.928:INFO:oejs.Server:main: Started @1935ms 2022-09-02 14:29:13.278:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@181e731e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:29:13 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:29:13.364:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:13.366:INFO:oejs.AbstractConnector:main: Started ServerConnector@11981797{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:29:13.366:INFO:oejs.Server:main: Started @2372ms 2022-09-02 14:29:13.409:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@11981797{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.08 s - in org.glassfish.jersey.test.jetty.JettyContainerTest [INFO] Running org.glassfish.jersey.test.jetty.AvailablePortJettyTest Sep 02, 2022 2:29:13 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:/ 2022-09-02 14:29:13.477:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:29:13.479:INFO:oejs.AbstractConnector:main: Started ServerConnector@7e985ce9{HTTP/1.1, (http/1.1)}{0.0.0.0:38983} 2022-09-02 14:29:13.480:INFO:oejs.Server:main: Started @2486ms Sep 02, 2022 2:29:13 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start INFO: Started JettyTestContainer at the base URI http://localhost:38983/ 2022-09-02 14:29:13.507:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7e985ce9{HTTP/1.1, (http/1.1)}{0.0.0.0:0} [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.glassfish.jersey.test.jetty.AvailablePortJettyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-jetty --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/2.37-SNAPSHOT/jersey-test-framework-provider-jetty-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/2.37-SNAPSHOT/jersey-test-framework-provider-jetty-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/2.37-SNAPSHOT/jersey-test-framework-provider-jetty-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >------- [INFO] Building jersey-connectors-netty 2.37-SNAPSHOT [35/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-netty-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-netty-connector --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-netty-connector --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-netty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-netty-connector --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-netty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/netty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-netty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-netty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-netty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-netty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/TimeoutTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/TimeoutTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-netty-connector --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.netty.connector.MethodTest Sep 02, 2022 2:29:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.713 s - in org.glassfish.jersey.netty.connector.MethodTest [INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest Sep 02, 2022 2:29:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:29:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:29:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:29:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:29:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.507 s - in org.glassfish.jersey.netty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.netty.connector.NoEntityTest Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in org.glassfish.jersey.netty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.netty.connector.FollowRedirectsTest Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s - in org.glassfish.jersey.netty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.netty.connector.AsyncTest Sep 02, 2022 2:29:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:29:23 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Sep 02, 2022 2:29:23 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Sep 02, 2022 2:29:23 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Sep 02, 2022 2:29:24 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Sep 02, 2022 2:29:24 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Sep 02, 2022 2:29:24 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Sep 02, 2022 2:29:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:29:24 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.156 s - in org.glassfish.jersey.netty.connector.AsyncTest [INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest Sep 02, 2022 2:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.glassfish.jersey.netty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest Sep 02, 2022 2:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:29:26 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Sep 02, 2022 2:29:26 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:29:26 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Sep 02, 2022 2:29:26 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:29:27 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Sep 02, 2022 2:29:27 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:29:27 PM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 114 Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:29:27 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Sep 02, 2022 2:29:27 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:29:27 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Sep 02, 2022 2:29:27 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 s - in org.glassfish.jersey.netty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.netty.connector.ParallelTest Sep 02, 2022 2:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.glassfish.jersey.netty.connector.ParallelTest [INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest Sep 02, 2022 2:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 02, 2022 2:29:29 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-2 Sep 02, 2022 2:29:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:29:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:29:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:29:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.508 s - in org.glassfish.jersey.netty.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest Sep 02, 2022 2:30:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 02, 2022 2:30:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 s - in org.glassfish.jersey.netty.connector.TraceSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/target/jersey-netty-connector-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/target/jersey-netty-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-netty-connector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-netty-connector --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/target/jersey-netty-connector-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/2.37-SNAPSHOT/jersey-netty-connector-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/2.37-SNAPSHOT/jersey-netty-connector-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/netty-connector/target/jersey-netty-connector-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/2.37-SNAPSHOT/jersey-netty-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-netty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >----- [INFO] Building jersey-container-netty-http 2.37-SNAPSHOT [36/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-netty-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-netty-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-netty-http --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-netty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-netty-http --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-netty-http --- [INFO] Resources: [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-netty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-netty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-netty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-netty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-netty-http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-netty-http --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/target/jersey-container-netty-http-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/target/jersey-container-netty-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-netty-http --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-netty-http --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/target/jersey-container-netty-http-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/2.37-SNAPSHOT/jersey-container-netty-http-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/2.37-SNAPSHOT/jersey-container-netty-http-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/netty-http/target/jersey-container-netty-http-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/2.37-SNAPSHOT/jersey-container-netty-http-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-netty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >-- [INFO] Building jersey-test-framework-provider-netty 2.37-SNAPSHOT [37/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-provider-netty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-netty --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/netty/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/netty/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-provider-netty --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-netty --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/2.37-SNAPSHOT/jersey-test-framework-provider-netty-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/2.37-SNAPSHOT/jersey-test-framework-provider-netty-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/2.37-SNAPSHOT/jersey-test-framework-provider-netty-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >-- [INFO] Building jersey-test-framework-provider-bundle 2.37-SNAPSHOT [38/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-provider-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-bundle --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/2.37-SNAPSHOT/jersey-test-framework-provider-bundle-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------ [INFO] Building jersey-connectors-grizzly 2.37-SNAPSHOT [39/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-grizzly-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-grizzly-connector --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-grizzly-connector --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-grizzly-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-grizzly-connector --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-grizzly-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-grizzly-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-grizzly-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-grizzly-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-grizzly-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/TimeoutTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/TimeoutTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-grizzly-connector --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest Sep 02, 2022 2:30:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.068 s - in org.glassfish.jersey.grizzly.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpMethodTest Sep 02, 2022 2:30:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s - in org.glassfish.jersey.grizzly.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.grizzly.connector.ParallelTest Sep 02, 2022 2:30:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in org.glassfish.jersey.grizzly.connector.ParallelTest [INFO] Running org.glassfish.jersey.grizzly.connector.FollowRedirectsTest Sep 02, 2022 2:30:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s - in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest Sep 02, 2022 2:30:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.glassfish.jersey.grizzly.connector.CustomizersTest [INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest Sep 02, 2022 2:30:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 s - in org.glassfish.jersey.grizzly.connector.NoEntityTest [INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest Sep 02, 2022 2:30:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s - in org.glassfish.jersey.grizzly.connector.TimeoutTest [INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest Sep 02, 2022 2:30:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 s - in org.glassfish.jersey.grizzly.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest Sep 02, 2022 2:30:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:30:09 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Sep 02, 2022 2:30:09 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Sep 02, 2022 2:30:09 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Sep 02, 2022 2:30:10 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Sep 02, 2022 2:30:10 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Sep 02, 2022 2:30:10 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Sep 02, 2022 2:30:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:30:10 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Sep 02, 2022 2:30:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.155 s - in org.glassfish.jersey.grizzly.connector.AsyncTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/target/jersey-grizzly-connector-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/target/jersey-grizzly-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-grizzly-connector --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/target/jersey-grizzly-connector-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/2.37-SNAPSHOT/jersey-grizzly-connector-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/2.37-SNAPSHOT/jersey-grizzly-connector-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/grizzly-connector/target/jersey-grizzly-connector-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/2.37-SNAPSHOT/jersey-grizzly-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-grizzly-connector --- [INFO] [INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >-------- [INFO] Building jersey-connectors-jdk 2.37-SNAPSHOT [40/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jdk-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-jdk-connector --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-jdk-connector --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-jdk-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-jdk-connector --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-jdk-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-jdk-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-jdk-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-jdk-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-jdk-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-jdk-connector --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jdk.connector.internal.StressTest Sep 02, 2022 2:30:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Iteration 0 Iteration 1 Iteration 2 Iteration 3 Iteration 4 Iteration 5 Iteration 6 Iteration 7 Iteration 8 Iteration 9 Iteration 10 Iteration 11 Iteration 12 Iteration 13 Iteration 14 Iteration 15 Iteration 16 Iteration 17 Iteration 18 Iteration 19 Iteration 20 Iteration 21 Iteration 22 Iteration 23 Iteration 24 Iteration 25 Iteration 26 Iteration 27 Iteration 28 Iteration 29 Iteration 30 Iteration 31 Iteration 32 Iteration 33 Iteration 34 Iteration 35 Iteration 36 Iteration 37 Iteration 38 Iteration 39 Iteration 40 Iteration 41 Iteration 42 Iteration 43 Iteration 44 Iteration 45 Iteration 46 Iteration 47 Iteration 48 Iteration 49 Iteration 50 Iteration 51 Iteration 52 Iteration 53 Iteration 54 Iteration 55 Iteration 56 Iteration 57 Iteration 58 Iteration 59 Iteration 60 Iteration 61 Iteration 62 Iteration 63 Iteration 64 Iteration 65 Iteration 66 Iteration 67 Iteration 68 Iteration 69 Iteration 70 Iteration 71 Iteration 72 Iteration 73 Iteration 74 Iteration 75 Iteration 76 Iteration 77 Iteration 78 Iteration 79 Iteration 80 Iteration 81 Iteration 82 Iteration 83 Iteration 84 Iteration 85 Iteration 86 Iteration 87 Iteration 88 Iteration 89 Iteration 90 Iteration 91 Iteration 92 Iteration 93 Iteration 94 Iteration 95 Iteration 96 Iteration 97 Iteration 98 Iteration 99 Iteration 100 Iteration 101 Iteration 102 Iteration 103 Iteration 104 Iteration 105 Iteration 106 Iteration 107 Iteration 108 Iteration 109 Iteration 110 Iteration 111 Iteration 112 Iteration 113 Iteration 114 Iteration 115 Iteration 116 Iteration 117 Iteration 118 Iteration 119 Iteration 120 Iteration 121 Iteration 122 Iteration 123 Iteration 124 Iteration 125 Iteration 126 Iteration 127 Iteration 128 Iteration 129 Iteration 130 Iteration 131 Iteration 132 Iteration 133 Iteration 134 Iteration 135 Iteration 136 Iteration 137 Iteration 138 Iteration 139 Iteration 140 Iteration 141 Iteration 142 Iteration 143 Iteration 144 Iteration 145 Iteration 146 Iteration 147 Iteration 148 Iteration 149 Iteration 150 Iteration 151 Iteration 152 Iteration 153 Iteration 154 Iteration 155 Iteration 156 Iteration 157 Iteration 158 Iteration 159 Iteration 160 Iteration 161 Iteration 162 Iteration 163 Iteration 164 Iteration 165 Iteration 166 Iteration 167 Iteration 168 Iteration 169 Iteration 170 Iteration 171 Iteration 172 Iteration 173 Iteration 174 Iteration 175 Iteration 176 Iteration 177 Iteration 178 Iteration 179 Iteration 180 Iteration 181 Iteration 182 Iteration 183 Iteration 184 Iteration 185 Iteration 186 Iteration 187 Iteration 188 Iteration 189 Iteration 190 Iteration 191 Iteration 192 Iteration 193 Iteration 194 Iteration 195 Iteration 196 Iteration 197 Iteration 198 Iteration 199 Iteration 200 Iteration 201 Iteration 202 Iteration 203 Iteration 204 Iteration 205 Iteration 206 Iteration 207 Iteration 208 Iteration 209 Iteration 210 Iteration 211 Iteration 212 Iteration 213 Iteration 214 Iteration 215 Iteration 216 Iteration 217 Iteration 218 Iteration 219 Iteration 220 Iteration 221 Iteration 222 Iteration 223 Iteration 224 Iteration 225 Iteration 226 Iteration 227 Iteration 228 Iteration 229 Iteration 230 Iteration 231 Iteration 232 Iteration 233 Iteration 234 Iteration 235 Iteration 236 Iteration 237 Iteration 238 Iteration 239 Iteration 240 Iteration 241 Iteration 242 Iteration 243 Iteration 244 Iteration 245 Iteration 246 Iteration 247 Iteration 248 Iteration 249 Iteration 250 Iteration 251 Iteration 252 Iteration 253 Iteration 254 Iteration 255 Iteration 256 Iteration 257 Iteration 258 Iteration 259 Iteration 260 Iteration 261 Iteration 262 Iteration 263 Iteration 264 Iteration 265 Iteration 266 Iteration 267 Iteration 268 Iteration 269 Iteration 270 Iteration 271 Iteration 272 Iteration 273 Iteration 274 Iteration 275 Iteration 276 Iteration 277 Iteration 278 Iteration 279 Iteration 280 Iteration 281 Iteration 282 Iteration 283 Iteration 284 Iteration 285 Iteration 286 Iteration 287 Iteration 288 Iteration 289 Iteration 290 Iteration 291 Iteration 292 Iteration 293 Iteration 294 Iteration 295 Iteration 296 Iteration 297 Iteration 298 Iteration 299 Iteration 300 Iteration 301 Iteration 302 Iteration 303 Iteration 304 Iteration 305 Iteration 306 Iteration 307 Iteration 308 Iteration 309 Iteration 310 Iteration 311 Iteration 312 Iteration 313 Iteration 314 Iteration 315 Iteration 316 Iteration 317 Iteration 318 Iteration 319 Iteration 320 Iteration 321 Iteration 322 Iteration 323 Iteration 324 Iteration 325 Iteration 326 Iteration 327 Iteration 328 Iteration 329 Iteration 330 Iteration 331 Iteration 332 Iteration 333 Iteration 334 Iteration 335 Iteration 336 Iteration 337 Iteration 338 Iteration 339 Iteration 340 Iteration 341 Iteration 342 Iteration 343 Iteration 344 Iteration 345 Iteration 346 Iteration 347 Iteration 348 Iteration 349 Iteration 350 Iteration 351 Iteration 352 Iteration 353 Iteration 354 Iteration 355 Iteration 356 Iteration 357 Iteration 358 Iteration 359 Iteration 360 Iteration 361 Iteration 362 Iteration 363 Iteration 364 Iteration 365 Iteration 366 Iteration 367 Iteration 368 Iteration 369 Iteration 370 Iteration 371 Iteration 372 Iteration 373 Iteration 374 Iteration 375 Iteration 376 Iteration 377 Iteration 378 Iteration 379 Iteration 380 Iteration 381 Iteration 382 Iteration 383 Iteration 384 Iteration 385 Iteration 386 Iteration 387 Iteration 388 Iteration 389 Iteration 390 Iteration 391 Iteration 392 Iteration 393 Iteration 394 Iteration 395 Iteration 396 Iteration 397 Iteration 398 Iteration 399 Iteration 400 Iteration 401 Iteration 402 Iteration 403 Iteration 404 Iteration 405 Iteration 406 Iteration 407 Iteration 408 Iteration 409 Iteration 410 Iteration 411 Iteration 412 Iteration 413 Iteration 414 Iteration 415 Iteration 416 Iteration 417 Iteration 418 Iteration 419 Iteration 420 Iteration 421 Iteration 422 Iteration 423 Iteration 424 Iteration 425 Iteration 426 Iteration 427 Iteration 428 Iteration 429 Iteration 430 Iteration 431 Iteration 432 Iteration 433 Iteration 434 Iteration 435 Iteration 436 Iteration 437 Iteration 438 Iteration 439 Iteration 440 Iteration 441 Iteration 442 Iteration 443 Iteration 444 Iteration 445 Iteration 446 Iteration 447 Iteration 448 Iteration 449 Iteration 450 Iteration 451 Iteration 452 Iteration 453 Iteration 454 Iteration 455 Iteration 456 Iteration 457 Iteration 458 Iteration 459 Iteration 460 Iteration 461 Iteration 462 Iteration 463 Iteration 464 Iteration 465 Iteration 466 Iteration 467 Iteration 468 Iteration 469 Iteration 470 Iteration 471 Iteration 472 Iteration 473 Iteration 474 Iteration 475 Iteration 476 Iteration 477 Iteration 478 Iteration 479 Iteration 480 Iteration 481 Iteration 482 Iteration 483 Iteration 484 Iteration 485 Iteration 486 Iteration 487 Iteration 488 Iteration 489 Iteration 490 Iteration 491 Iteration 492 Iteration 493 Iteration 494 Iteration 495 Iteration 496 Iteration 497 Iteration 498 Iteration 499 Iteration 500 Iteration 501 Iteration 502 Iteration 503 Iteration 504 Iteration 505 Iteration 506 Iteration 507 Iteration 508 Iteration 509 Iteration 510 Iteration 511 Iteration 512 Iteration 513 Iteration 514 Iteration 515 Iteration 516 Iteration 517 Iteration 518 Iteration 519 Iteration 520 Iteration 521 Iteration 522 Iteration 523 Iteration 524 Iteration 525 Iteration 526 Iteration 527 Iteration 528 Iteration 529 Iteration 530 Iteration 531 Iteration 532 Iteration 533 Iteration 534 Iteration 535 Iteration 536 Iteration 537 Iteration 538 Iteration 539 Iteration 540 Iteration 541 Iteration 542 Iteration 543 Iteration 544 Iteration 545 Iteration 546 Iteration 547 Iteration 548 Iteration 549 Iteration 550 Iteration 551 Iteration 552 Iteration 553 Iteration 554 Iteration 555 Iteration 556 Iteration 557 Iteration 558 Iteration 559 Iteration 560 Iteration 561 Iteration 562 Iteration 563 Iteration 564 Iteration 565 Iteration 566 Iteration 567 Iteration 568 Iteration 569 Iteration 570 Iteration 571 Iteration 572 Iteration 573 Iteration 574 Iteration 575 Iteration 576 Iteration 577 Iteration 578 Iteration 579 Iteration 580 Iteration 581 Iteration 582 Iteration 583 Iteration 584 Iteration 585 Iteration 586 Iteration 587 Iteration 588 Iteration 589 Iteration 590 Iteration 591 Iteration 592 Iteration 593 Iteration 594 Iteration 595 Iteration 596 Iteration 597 Iteration 598 Iteration 599 Iteration 600 Iteration 601 Iteration 602 Iteration 603 Iteration 604 Iteration 605 Iteration 606 Iteration 607 Iteration 608 Iteration 609 Iteration 610 Iteration 611 Iteration 612 Iteration 613 Iteration 614 Iteration 615 Iteration 616 Iteration 617 Iteration 618 Iteration 619 Iteration 620 Iteration 621 Iteration 622 Iteration 623 Iteration 624 Iteration 625 Iteration 626 Iteration 627 Iteration 628 Iteration 629 Iteration 630 Iteration 631 Iteration 632 Iteration 633 Iteration 634 Iteration 635 Iteration 636 Iteration 637 Iteration 638 Iteration 639 Iteration 640 Iteration 641 Iteration 642 Iteration 643 Iteration 644 Iteration 645 Iteration 646 Iteration 647 Iteration 648 Iteration 649 Iteration 650 Iteration 651 Iteration 652 Iteration 653 Iteration 654 Iteration 655 Iteration 656 Iteration 657 Iteration 658 Iteration 659 Iteration 660 Iteration 661 Iteration 662 Iteration 663 Iteration 664 Iteration 665 Iteration 666 Iteration 667 Iteration 668 Iteration 669 Iteration 670 Iteration 671 Iteration 672 Iteration 673 Iteration 674 Iteration 675 Iteration 676 Iteration 677 Iteration 678 Iteration 679 Iteration 680 Iteration 681 Iteration 682 Iteration 683 Iteration 684 Iteration 685 Iteration 686 Iteration 687 Iteration 688 Iteration 689 Iteration 690 Iteration 691 Iteration 692 Iteration 693 Iteration 694 Iteration 695 Iteration 696 Iteration 697 Iteration 698 Iteration 699 Iteration 700 Iteration 701 Iteration 702 Iteration 703 Iteration 704 Iteration 705 Iteration 706 Iteration 707 Iteration 708 Iteration 709 Iteration 710 Iteration 711 Iteration 712 Iteration 713 Iteration 714 Iteration 715 Iteration 716 Iteration 717 Iteration 718 Iteration 719 Iteration 720 Iteration 721 Iteration 722 Iteration 723 Iteration 724 Iteration 725 Iteration 726 Iteration 727 Iteration 728 Iteration 729 Iteration 730 Iteration 731 Iteration 732 Iteration 733 Iteration 734 Iteration 735 Iteration 736 Iteration 737 Iteration 738 Iteration 739 Iteration 740 Iteration 741 Iteration 742 Iteration 743 Iteration 744 Iteration 745 Iteration 746 Iteration 747 Iteration 748 Iteration 749 Iteration 750 Iteration 751 Iteration 752 Iteration 753 Iteration 754 Iteration 755 Iteration 756 Iteration 757 Iteration 758 Iteration 759 Iteration 760 Iteration 761 Iteration 762 Iteration 763 Iteration 764 Iteration 765 Iteration 766 Iteration 767 Iteration 768 Iteration 769 Iteration 770 Iteration 771 Iteration 772 Iteration 773 Iteration 774 Iteration 775 Iteration 776 Iteration 777 Iteration 778 Iteration 779 Iteration 780 Iteration 781 Iteration 782 Iteration 783 Iteration 784 Iteration 785 Iteration 786 Iteration 787 Iteration 788 Iteration 789 Iteration 790 Iteration 791 Iteration 792 Iteration 793 Iteration 794 Iteration 795 Iteration 796 Iteration 797 Iteration 798 Iteration 799 Iteration 800 Iteration 801 Iteration 802 Iteration 803 Iteration 804 Iteration 805 Iteration 806 Iteration 807 Iteration 808 Iteration 809 Iteration 810 Iteration 811 Iteration 812 Iteration 813 Iteration 814 Iteration 815 Iteration 816 Iteration 817 Iteration 818 Iteration 819 Iteration 820 Iteration 821 Iteration 822 Iteration 823 Iteration 824 Iteration 825 Iteration 826 Iteration 827 Iteration 828 Iteration 829 Iteration 830 Iteration 831 Iteration 832 Iteration 833 Iteration 834 Iteration 835 Iteration 836 Iteration 837 Iteration 838 Iteration 839 Iteration 840 Iteration 841 Iteration 842 Iteration 843 Iteration 844 Iteration 845 Iteration 846 Iteration 847 Iteration 848 Iteration 849 Iteration 850 Iteration 851 Iteration 852 Iteration 853 Iteration 854 Iteration 855 Iteration 856 Iteration 857 Iteration 858 Iteration 859 Iteration 860 Iteration 861 Iteration 862 Iteration 863 Iteration 864 Iteration 865 Iteration 866 Iteration 867 Iteration 868 Iteration 869 Iteration 870 Iteration 871 Iteration 872 Iteration 873 Iteration 874 Iteration 875 Iteration 876 Iteration 877 Iteration 878 Iteration 879 Iteration 880 Iteration 881 Iteration 882 Iteration 883 Iteration 884 Iteration 885 Iteration 886 Iteration 887 Iteration 888 Iteration 889 Iteration 890 Iteration 891 Iteration 892 Iteration 893 Iteration 894 Iteration 895 Iteration 896 Iteration 897 Iteration 898 Iteration 899 Iteration 900 Iteration 901 Iteration 902 Iteration 903 Iteration 904 Iteration 905 Iteration 906 Iteration 907 Iteration 908 Iteration 909 Iteration 910 Iteration 911 Iteration 912 Iteration 913 Iteration 914 Iteration 915 Iteration 916 Iteration 917 Iteration 918 Iteration 919 Iteration 920 Iteration 921 Iteration 922 Iteration 923 Iteration 924 Iteration 925 Iteration 926 Iteration 927 Iteration 928 Iteration 929 Iteration 930 Iteration 931 Iteration 932 Iteration 933 Iteration 934 Iteration 935 Iteration 936 Iteration 937 Iteration 938 Iteration 939 Iteration 940 Iteration 941 Iteration 942 Iteration 943 Iteration 944 Iteration 945 Iteration 946 Iteration 947 Iteration 948 Iteration 949 Iteration 950 Iteration 951 Iteration 952 Iteration 953 Iteration 954 Iteration 955 Iteration 956 Iteration 957 Iteration 958 Iteration 959 Iteration 960 Iteration 961 Iteration 962 Iteration 963 Iteration 964 Iteration 965 Iteration 966 Iteration 967 Iteration 968 Iteration 969 Iteration 970 Iteration 971 Iteration 972 Iteration 973 Iteration 974 Iteration 975 Iteration 976 Iteration 977 Iteration 978 Iteration 979 Iteration 980 Iteration 981 Iteration 982 Iteration 983 Iteration 984 Iteration 985 Iteration 986 Iteration 987 Iteration 988 Iteration 989 Iteration 990 Iteration 991 Iteration 992 Iteration 993 Iteration 994 Iteration 995 Iteration 996 Iteration 997 Iteration 998 Iteration 999 Sep 02, 2022 2:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.372 s - in org.glassfish.jersey.jdk.connector.internal.StressTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS11Test === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:501) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.464 s - in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS11Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest Sep 02, 2022 2:30:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:30:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.182 s - in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS1Test === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:501) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.705 s - in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS1Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpParserTest [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.133 s - in org.glassfish.jersey.jdk.connector.internal.HttpParserTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest Sep 02, 2022 2:31:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:31:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 s - in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Sep 02, 2022 2:31:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@63dd899] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@63dd899] state change: CONNECTING -> CONNECT_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@63dd899] state change: CONNECT_TIMEOUT -> CLOSED Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: RECEIVED -> IDLE Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: IDLE -> CLOSED_BY_SERVER Sep 02, 2022 2:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2ccca26f] state change: CLOSED_BY_SERVER -> CLOSED Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@275fe372] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@275fe372] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@275fe372] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@275fe372] state change: SENDING_REQUEST -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@275fe372] state change: ERROR -> CLOSED Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47da3952] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47da3952] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47da3952] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47da3952] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47da3952] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47da3952] state change: RESPONSE_TIMEOUT -> CLOSED Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: IDLE -> IDLE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e185cd7] state change: IDLE_TIMEOUT -> CLOSED Sep 02, 2022 2:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@47d93e0d] state change: CLOSED_BY_SERVER -> CLOSED Sep 02, 2022 2:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@a68df9] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@a68df9] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@a68df9] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@a68df9] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@a68df9] state change: RECEIVING_HEADER -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@a68df9] state change: ERROR -> CLOSED Sep 02, 2022 2:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.995 s - in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest Sep 02, 2022 2:31:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Sep 02, 2022 2:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.65 s - in org.glassfish.jersey.jdk.connector.internal.ProxyTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest Sep 02, 2022 2:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.486 s - in org.glassfish.jersey.jdk.connector.internal.CookieTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.027 s - in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest Sep 02, 2022 2:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. #Received: message 2 #Received: message 1 Sep 02, 2022 2:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. #Received: 1 #Received: 1 Sep 02, 2022 2:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. #Received: 1 #Received: 2 Sep 02, 2022 2:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.406 s - in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:501) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.593 s - in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest Sep 02, 2022 2:31:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:31:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.612 s - in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest Sep 02, 2022 2:31:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.547 s - in org.glassfish.jersey.jdk.connector.internal.RedirectTest [INFO] Running org.glassfish.jersey.jdk.connector.HttpMethodTest Sep 02, 2022 2:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:31:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:31:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:31:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.1 s - in org.glassfish.jersey.jdk.connector.HttpMethodTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 122, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/target/jersey-jdk-connector-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/target/jersey-jdk-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-jdk-connector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-jdk-connector --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/target/jersey-jdk-connector-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/2.37-SNAPSHOT/jersey-jdk-connector-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/2.37-SNAPSHOT/jersey-jdk-connector-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jdk-connector/target/jersey-jdk-connector-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/2.37-SNAPSHOT/jersey-jdk-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-jdk-connector --- [INFO] [INFO] ------------------< org.glassfish.jersey.ext:project >------------------ [INFO] Building jersey-extensions 2.37-SNAPSHOT [41/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >---------- [INFO] Building jersey-ext-entity-filtering 2.37-SNAPSHOT [42/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-entity-filtering --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-entity-filtering --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-entity-filtering --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-entity-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-entity-filtering --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-entity-filtering --- [INFO] Resources: [INFO] org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-entity-filtering --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.message.filtering.SecurityHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.glassfish.jersey.message.filtering.SecurityHelperTest [INFO] Running org.glassfish.jersey.message.filtering.SecurityAnnotationsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.message.filtering.SecurityAnnotationsTest [INFO] Running org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/target/jersey-entity-filtering-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/target/jersey-entity-filtering-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-entity-filtering --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-entity-filtering --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/target/jersey-entity-filtering-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.37-SNAPSHOT/jersey-entity-filtering-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.37-SNAPSHOT/jersey-entity-filtering-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/entity-filtering/target/jersey-entity-filtering-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.37-SNAPSHOT/jersey-entity-filtering-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-entity-filtering --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >-------- [INFO] Building jersey-media-json-jackson 2.37-SNAPSHOT [43/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jackson --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-jackson --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-json-jackson --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-jackson --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-jackson --- [INFO] Resources: [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-json-jackson --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest Sep 02, 2022 2:31:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.005 s - in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest Sep 02, 2022 2:31:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest Sep 02, 2022 2:31:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest Sep 02, 2022 2:31:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/target/jersey-media-json-jackson-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/target/jersey-media-json-jackson-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-jackson --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/target/jersey-media-json-jackson-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.37-SNAPSHOT/jersey-media-json-jackson-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.37-SNAPSHOT/jersey-media-json-jackson-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson/target/jersey-media-json-jackson-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.37-SNAPSHOT/jersey-media-json-jackson-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-jackson --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >------- [INFO] Building jersey-connectors-jetty 2.37-SNAPSHOT [44/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jetty-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-jetty-connector --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-jetty-connector --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-jetty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-jetty-connector --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-jetty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-jetty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-jetty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-jetty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-jetty-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/SyncResponseSizeTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/SyncResponseSizeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-jetty-connector --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest Sep 02, 2022 2:31:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:41.443:INFO::main: Logging initialized @697ms to org.eclipse.jetty.util.log.StdErrLog 2022-09-02 14:31:42.693:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:42.784:INFO:oejs.AbstractConnector:main: Started ServerConnector@18c5069b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:42.786:INFO:oejs.Server:main: Started @2040ms 2022-09-02 14:31:43.421:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@18c5069b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:43.508:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:43.510:INFO:oejs.AbstractConnector:main: Started ServerConnector@4593ff34{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:43.511:INFO:oejs.Server:main: Started @2765ms 2022-09-02 14:31:43.564:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4593ff34{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:43.662:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:43.672:INFO:oejs.AbstractConnector:main: Started ServerConnector@29d334c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:43.672:INFO:oejs.Server:main: Started @2926ms 2022-09-02 14:31:43.753:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@29d334c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:43.810:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:43.812:INFO:oejs.AbstractConnector:main: Started ServerConnector@201aa8c1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:43.812:INFO:oejs.Server:main: Started @3067ms 2022-09-02 14:31:43.853:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@201aa8c1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.788 s - in org.glassfish.jersey.jetty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest Sep 02, 2022 2:31:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:43.953:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:43.955:INFO:oejs.AbstractConnector:main: Started ServerConnector@7abe27bf{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:43.955:INFO:oejs.Server:main: Started @3210ms 2022-09-02 14:31:44.023:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7abe27bf{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:44.085:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:44.087:INFO:oejs.AbstractConnector:main: Started ServerConnector@7f572c37{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:44.087:INFO:oejs.Server:main: Started @3341ms 2022-09-02 14:31:44.158:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7f572c37{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.connector.CookieTest Sep 02, 2022 2:31:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:44.205:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:44.207:INFO:oejs.AbstractConnector:main: Started ServerConnector@62d73ead{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:44.207:INFO:oejs.Server:main: Started @3461ms 2022-09-02 14:31:44.258:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@62d73ead{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:44.306:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:44.308:INFO:oejs.AbstractConnector:main: Started ServerConnector@3062f9f4{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:44.308:INFO:oejs.Server:main: Started @3563ms 2022-09-02 14:31:44.370:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3062f9f4{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:44.445:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:44.447:INFO:oejs.AbstractConnector:main: Started ServerConnector@618ff5c2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:44.448:INFO:oejs.Server:main: Started @3702ms 2022-09-02 14:31:44.471:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@618ff5c2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.glassfish.jersey.jetty.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.connector.SyncResponseSizeTest Sep 02, 2022 2:31:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:44.544:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:44.546:INFO:oejs.AbstractConnector:main: Started ServerConnector@59ce792e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:44.546:INFO:oejs.Server:main: Started @3801ms 2022-09-02 14:31:44.682:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@59ce792e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:44.762:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:44.771:INFO:oejs.AbstractConnector:main: Started ServerConnector@76a805b7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:44.771:INFO:oejs.Server:main: Started @4025ms 2022-09-02 14:31:44.846:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@76a805b7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:44 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:831) at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:555) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1014) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1086) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:285) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:269) at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:873) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221) at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282) at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125) at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:135) at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:169) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 29 more Caused by: java.io.IOException: Broken pipe at sun.nio.ch.FileDispatcherImpl.writev0(Native Method) at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:51) at sun.nio.ch.IOUtil.write(IOUtil.java:148) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:504) at java.nio.channels.SocketChannel.write(SocketChannel.java:502) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273) ... 58 more Sep 02, 2022 2:31:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:44.897:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:44.900:INFO:oejs.AbstractConnector:main: Started ServerConnector@6a1ef65c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:44.900:INFO:oejs.Server:main: Started @4154ms 2022-09-02 14:31:44.951:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6a1ef65c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.004:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.006:INFO:oejs.AbstractConnector:main: Started ServerConnector@484149eb{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.006:INFO:oejs.Server:main: Started @4261ms 2022-09-02 14:31:45.176:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@484149eb{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s - in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest Sep 02, 2022 2:31:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.265:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.268:INFO:oejs.AbstractConnector:main: Started ServerConnector@f238e4f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.268:INFO:oejs.Server:main: Started @4523ms 2022-09-02 14:31:45.298:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@f238e4f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.371:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.373:INFO:oejs.AbstractConnector:main: Started ServerConnector@4b033eac{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.374:INFO:oejs.Server:main: Started @4628ms 2022-09-02 14:31:45.424:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4b033eac{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.500:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.502:INFO:oejs.AbstractConnector:main: Started ServerConnector@7d3691e1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.503:INFO:oejs.Server:main: Started @4757ms 2022-09-02 14:31:45.544:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7d3691e1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.587:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.589:INFO:oejs.AbstractConnector:main: Started ServerConnector@5939e24{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.590:INFO:oejs.Server:main: Started @4844ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2022-09-02 14:31:45.614:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5939e24{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.674:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.676:INFO:oejs.AbstractConnector:main: Started ServerConnector@3e9beef2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.676:INFO:oejs.Server:main: Started @4931ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2022-09-02 14:31:45.699:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3e9beef2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.760:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.762:INFO:oejs.AbstractConnector:main: Started ServerConnector@41f964f9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.762:INFO:oejs.Server:main: Started @5016ms 2022-09-02 14:31:45.790:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@41f964f9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.853:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.856:INFO:oejs.AbstractConnector:main: Started ServerConnector@5ed25612{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.856:INFO:oejs.Server:main: Started @5110ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2022-09-02 14:31:45.880:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5ed25612{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:45.953:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:45.955:INFO:oejs.AbstractConnector:main: Started ServerConnector@379f9555{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:45.956:INFO:oejs.Server:main: Started @5210ms Sep 02, 2022 2:31:46 PM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 99 2022-09-02 14:31:46.060:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@379f9555{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:46 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:46.140:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:46.142:INFO:oejs.AbstractConnector:main: Started ServerConnector@4ebfb045{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:46.142:INFO:oejs.Server:main: Started @5397ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2022-09-02 14:31:46.162:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4ebfb045{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:46 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:46.201:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:46.203:INFO:oejs.AbstractConnector:main: Started ServerConnector@4404a6b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:46.203:INFO:oejs.Server:main: Started @5458ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2022-09-02 14:31:46.244:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4404a6b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:46 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:46.285:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:46.287:INFO:oejs.AbstractConnector:main: Started ServerConnector@7ba1cdbe{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:46.287:INFO:oejs.Server:main: Started @5541ms 2022-09-02 14:31:46.312:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7ba1cdbe{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:46 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:46.370:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:46.372:INFO:oejs.AbstractConnector:main: Started ServerConnector@79d14037{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:46.372:INFO:oejs.Server:main: Started @5626ms 2022-09-02 14:31:46.398:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@79d14037{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s - in org.glassfish.jersey.jetty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest Sep 02, 2022 2:31:46 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:46.460:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:46.462:INFO:oejs.AbstractConnector:main: Started ServerConnector@23708f14{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:46.462:INFO:oejs.Server:main: Started @5716ms Sep 02, 2022 2:31:46 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-3 Sep 02, 2022 2:31:46 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-6 Sep 02, 2022 2:31:46 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-0 Sep 02, 2022 2:31:47 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Sep 02, 2022 2:31:47 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Sep 02, 2022 2:31:47 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 2022-09-02 14:31:47.513:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@23708f14{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:47.561:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:47.562:INFO:oejs.AbstractConnector:main: Started ServerConnector@55f6f965{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:47.562:INFO:oejs.Server:main: Started @6817ms Sep 02, 2022 2:31:47 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread jetty-http-server-4 2022-09-02 14:31:47.587:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@55f6f965{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s - in org.glassfish.jersey.jetty.connector.AsyncTest [INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest Sep 02, 2022 2:31:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:47.650:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:47.652:INFO:oejs.AbstractConnector:main: Started ServerConnector@17a77a7e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:47.652:INFO:oejs.Server:main: Started @6906ms 2022-09-02 14:31:47.876:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@17a77a7e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:47 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:735) at org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:694) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:553) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1009) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1086) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:285) at org.eclipse.jetty.server.HttpOutput.close(HttpOutput.java:638) at org.eclipse.jetty.server.Response.closeOutput(Response.java:909) at org.eclipse.jetty.server.Response.completeOutput(Response.java:920) at org.glassfish.jersey.jetty.JettyHttpContainer$ResponseWriter.closeOutput(JettyHttpContainer.java:352) at org.glassfish.jersey.jetty.JettyHttpContainer$ResponseWriter.commit(JettyHttpContainer.java:339) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:390) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:740) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:364) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:31:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:47.992:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:47.994:INFO:oejs.AbstractConnector:main: Started ServerConnector@4e80960a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:47.994:INFO:oejs.Server:main: Started @7248ms 2022-09-02 14:31:48.356:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4e80960a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:48.397:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:48.398:INFO:oejs.AbstractConnector:main: Started ServerConnector@8afce3{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:48.398:INFO:oejs.Server:main: Started @7653ms 2022-09-02 14:31:48.645:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@8afce3{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:48.692:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:48.694:INFO:oejs.AbstractConnector:main: Started ServerConnector@31c56721{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:48.694:INFO:oejs.Server:main: Started @7948ms 2022-09-02 14:31:48.973:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@31c56721{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 s - in org.glassfish.jersey.jetty.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest Sep 02, 2022 2:31:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:49.042:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:49.044:INFO:oejs.AbstractConnector:main: Started ServerConnector@55574295{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:49.044:INFO:oejs.Server:main: Started @8298ms 2022-09-02 14:31:49.069:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@55574295{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:49 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:49.107:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:49.109:INFO:oejs.AbstractConnector:main: Started ServerConnector@6f87a7c7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:49.109:INFO:oejs.Server:main: Started @8363ms 2022-09-02 14:31:49.151:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6f87a7c7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.glassfish.jersey.jetty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest Sep 02, 2022 2:31:49 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:49.239:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:49.240:INFO:oejs.AbstractConnector:main: Started ServerConnector@71135794{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:49.240:INFO:oejs.Server:main: Started @8494ms 2022-09-02 14:31:49.516:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@71135794{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:49 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:49.558:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:49.559:INFO:oejs.AbstractConnector:main: Started ServerConnector@790f4933{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:49.559:INFO:oejs.Server:main: Started @8814ms 2022-09-02 14:31:50.579:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@790f4933{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:51 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:735) at org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:694) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:553) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1009) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1086) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:285) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:269) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:751) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:297) at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141) at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 29 more Sep 02, 2022 2:31:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:51.612:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:51.614:INFO:oejs.AbstractConnector:main: Started ServerConnector@48a38a12{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:51.614:INFO:oejs.Server:main: Started @10868ms 2022-09-02 14:31:51.631:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@48a38a12{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:51.667:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:51.668:INFO:oejs.AbstractConnector:main: Started ServerConnector@6fa2d0b2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:51.668:INFO:oejs.Server:main: Started @10923ms Sep 02, 2022 2:31:52 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-232 2022-09-02 14:31:52.684:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6fa2d0b2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:53 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:735) at org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:694) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:553) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1009) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1086) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:285) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:269) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:751) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:297) at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141) at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 29 more Sep 02, 2022 2:31:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:53.730:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:53.732:INFO:oejs.AbstractConnector:main: Started ServerConnector@2165d4ab{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:53.732:INFO:oejs.Server:main: Started @12986ms 2022-09-02 14:31:53.845:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2165d4ab{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:53 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:735) at org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:694) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:553) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1009) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1086) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:285) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:269) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:751) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:103) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:55) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 29 more Sep 02, 2022 2:31:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:53.934:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:53.935:INFO:oejs.AbstractConnector:main: Started ServerConnector@33d08a24{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:53.935:INFO:oejs.Server:main: Started @13190ms 2022-09-02 14:31:54.048:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@33d08a24{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:735) at org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:694) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:553) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1014) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1086) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:285) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:269) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:751) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:113) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:55) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 29 more [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.873 s - in org.glassfish.jersey.jetty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.097:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.099:INFO:oejs.AbstractConnector:main: Started ServerConnector@62cf873a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.099:INFO:oejs.Server:main: Started @13354ms 2022-09-02 14:31:54.117:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@62cf873a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.167:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.169:INFO:oejs.AbstractConnector:main: Started ServerConnector@1d208795{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.169:INFO:oejs.Server:main: Started @13423ms 2022-09-02 14:31:54.183:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1d208795{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.221:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.242:INFO:oejs.AbstractConnector:main: Started ServerConnector@2314f013{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.242:INFO:oejs.Server:main: Started @13497ms 2022-09-02 14:31:54.268:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2314f013{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.301:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.308:INFO:oejs.AbstractConnector:main: Started ServerConnector@49d5c751{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.308:INFO:oejs.Server:main: Started @13562ms 2022-09-02 14:31:54.318:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@49d5c751{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.381:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.382:INFO:oejs.AbstractConnector:main: Started ServerConnector@3dceec83{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.382:INFO:oejs.Server:main: Started @13636ms 2022-09-02 14:31:54.424:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3dceec83{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.474:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.476:INFO:oejs.AbstractConnector:main: Started ServerConnector@24673720{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.476:INFO:oejs.Server:main: Started @13731ms 2022-09-02 14:31:54.496:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@24673720{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s - in org.glassfish.jersey.jetty.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.547:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.549:INFO:oejs.AbstractConnector:main: Started ServerConnector@5379488c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.549:INFO:oejs.Server:main: Started @13804ms 2022-09-02 14:31:54.577:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5379488c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.622:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.639:INFO:oejs.AbstractConnector:main: Started ServerConnector@4c2812aa{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.639:INFO:oejs.Server:main: Started @13894ms 2022-09-02 14:31:54.668:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4c2812aa{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.721:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.722:INFO:oejs.AbstractConnector:main: Started ServerConnector@19d043a8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.723:INFO:oejs.Server:main: Started @13977ms 2022-09-02 14:31:54.759:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@19d043a8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:54.794:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.796:INFO:oejs.AbstractConnector:main: Started ServerConnector@7108b12d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.796:INFO:oejs.Server:main: Started @14051ms 2022-09-02 14:31:54.816:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7108b12d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 s - in org.glassfish.jersey.jetty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest Sep 02, 2022 2:31:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:31:54 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Sep 02, 2022 2:31:54 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. 2022-09-02 14:31:54.902:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:54.903:INFO:oejs.AbstractConnector:main: Started ServerConnector@490e1017{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:54.904:INFO:oejs.Server:main: Started @14158ms 2022-09-02 14:31:55.006:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@490e1017{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.glassfish.jersey.jetty.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.connector.EntityTest Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.071:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.073:INFO:oejs.AbstractConnector:main: Started ServerConnector@30ee413a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.073:INFO:oejs.Server:main: Started @14327ms 2022-09-02 14:31:55.317:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@30ee413a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.369:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.371:INFO:oejs.AbstractConnector:main: Started ServerConnector@25777ab6{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.371:INFO:oejs.Server:main: Started @14625ms 2022-09-02 14:31:55.416:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@25777ab6{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.463:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.465:INFO:oejs.AbstractConnector:main: Started ServerConnector@5ab45d66{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.465:INFO:oejs.Server:main: Started @14719ms 2022-09-02 14:31:55.491:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5ab45d66{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.538:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.540:INFO:oejs.AbstractConnector:main: Started ServerConnector@7f03e5f4{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.540:INFO:oejs.Server:main: Started @14794ms 2022-09-02 14:31:55.568:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7f03e5f4{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s - in org.glassfish.jersey.jetty.connector.EntityTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.655:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.656:INFO:oejs.AbstractConnector:main: Started ServerConnector@4d462edc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.656:INFO:oejs.Server:main: Started @14911ms 2022-09-02 14:31:55.685:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4d462edc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.738:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.740:INFO:oejs.AbstractConnector:main: Started ServerConnector@44f433db{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.740:INFO:oejs.Server:main: Started @14994ms 2022-09-02 14:31:55.758:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@44f433db{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.807:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.809:INFO:oejs.AbstractConnector:main: Started ServerConnector@8872669{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.809:INFO:oejs.Server:main: Started @15063ms 2022-09-02 14:31:55.825:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@8872669{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.glassfish.jersey.jetty.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthTest Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.877:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.879:INFO:oejs.AbstractConnector:main: Started ServerConnector@5074893{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.879:INFO:oejs.Server:main: Started @15133ms 2022-09-02 14:31:55.906:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5074893{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:55.952:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:55.954:INFO:oejs.AbstractConnector:main: Started ServerConnector@323a47fe{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:55.954:INFO:oejs.Server:main: Started @15208ms 2022-09-02 14:31:55.972:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@323a47fe{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.004:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.006:INFO:oejs.AbstractConnector:main: Started ServerConnector@1bc41170{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.006:INFO:oejs.Server:main: Started @15260ms 2022-09-02 14:31:56.023:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1bc41170{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.glassfish.jersey.jetty.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.connector.MethodTest Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.073:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.075:INFO:oejs.AbstractConnector:main: Started ServerConnector@10fc01e0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.075:INFO:oejs.Server:main: Started @15329ms 2022-09-02 14:31:56.090:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@10fc01e0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.123:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.125:INFO:oejs.AbstractConnector:main: Started ServerConnector@4dd2f2db{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.125:INFO:oejs.Server:main: Started @15379ms 2022-09-02 14:31:56.152:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4dd2f2db{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.185:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.187:INFO:oejs.AbstractConnector:main: Started ServerConnector@4568ef38{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.187:INFO:oejs.Server:main: Started @15442ms 2022-09-02 14:31:56.201:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4568ef38{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.247:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.249:INFO:oejs.AbstractConnector:main: Started ServerConnector@755dae57{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.249:INFO:oejs.Server:main: Started @15503ms 2022-09-02 14:31:56.263:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@755dae57{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.296:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.297:INFO:oejs.AbstractConnector:main: Started ServerConnector@6a75b8d3{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.297:INFO:oejs.Server:main: Started @15552ms 2022-09-02 14:31:56.312:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6a75b8d3{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.358:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.360:INFO:oejs.AbstractConnector:main: Started ServerConnector@2d34a88a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.360:INFO:oejs.Server:main: Started @15614ms 2022-09-02 14:31:56.374:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2d34a88a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.406:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.408:INFO:oejs.AbstractConnector:main: Started ServerConnector@5a20c592{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.408:INFO:oejs.Server:main: Started @15662ms 2022-09-02 14:31:56.424:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5a20c592{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.471:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.473:INFO:oejs.AbstractConnector:main: Started ServerConnector@4315d110{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.473:INFO:oejs.Server:main: Started @15727ms 2022-09-02 14:31:56.489:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4315d110{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.526:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.528:INFO:oejs.AbstractConnector:main: Started ServerConnector@3c81a51a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.528:INFO:oejs.Server:main: Started @15782ms 2022-09-02 14:31:56.612:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3c81a51a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:31:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:31:56.657:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:31:56.659:INFO:oejs.AbstractConnector:main: Started ServerConnector@7a3c2341{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:31:56.659:INFO:oejs.Server:main: Started @15914ms 2022-09-02 14:31:56.673:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7a3c2341{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 s - in org.glassfish.jersey.jetty.connector.MethodTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/target/jersey-jetty-connector-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/target/jersey-jetty-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-jetty-connector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-jetty-connector --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/target/jersey-jetty-connector-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/2.37-SNAPSHOT/jersey-jetty-connector-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/2.37-SNAPSHOT/jersey-jetty-connector-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/connectors/jetty-connector/target/jersey-jetty-connector-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/2.37-SNAPSHOT/jersey-jetty-connector-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-jetty-connector --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.cdi:project >---------------- [INFO] Building jersey-cdi-support 2.37-SNAPSHOT [45/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >-------------- [INFO] Building jersey-ext-cdi1x 2.37-SNAPSHOT [46/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-cdi1x --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi1x --- [INFO] Resources: [INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtilTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtilTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtilTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-cdi1x --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest [INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/2.37-SNAPSHOT/jersey-cdi1x-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/2.37-SNAPSHOT/jersey-cdi1x-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/2.37-SNAPSHOT/jersey-cdi1x-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x --- [INFO] [INFO] ---------< org.glassfish.jersey.containers.glassfish:project >---------- [INFO] Building jersey-glassfish-support 2.37-SNAPSHOT [47/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >------- [INFO] Building jersey-gf-ejb 2.37-SNAPSHOT [48/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-gf-ejb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-gf-ejb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-gf-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-gf-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-gf-ejb --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-gf-ejb --- [INFO] Resources: [INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-gf-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-gf-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-gf-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-gf-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-gf-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-gf-ejb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-gf-ejb --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-gf-ejb --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-gf-ejb --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/2.37-SNAPSHOT/jersey-gf-ejb-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/2.37-SNAPSHOT/jersey-gf-ejb-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/2.37-SNAPSHOT/jersey-gf-ejb-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-gf-ejb --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >--- [INFO] Building jersey-container-jetty-servlet 2.37-SNAPSHOT [49/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-jetty-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-jetty-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-servlet/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-jetty-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-container-jetty-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-servlet/target/jersey-container-jetty-servlet-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-servlet/target/jersey-container-jetty-servlet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-jetty-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-servlet/target/jersey-container-jetty-servlet-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/2.37-SNAPSHOT/jersey-container-jetty-servlet-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/2.37-SNAPSHOT/jersey-container-jetty-servlet-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/containers/jetty-servlet/target/jersey-container-jetty-servlet-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/2.37-SNAPSHOT/jersey-container-jetty-servlet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-jetty-servlet --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >----------- [INFO] Building jersey-ext-bean-validation 2.37-SNAPSHOT [50/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bean-validation --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-bean-validation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-bean-validation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-bean-validation --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-bean-validation --- [INFO] Resources: [INFO] org/glassfish/jersey/server/validation/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-bean-validation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-bean-validation --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/target/jersey-bean-validation-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/target/jersey-bean-validation-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-bean-validation --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/target/jersey-bean-validation-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/2.37-SNAPSHOT/jersey-bean-validation-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/2.37-SNAPSHOT/jersey-bean-validation-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/bean-validation/target/jersey-bean-validation-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/2.37-SNAPSHOT/jersey-bean-validation-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-bean-validation --- [INFO] [INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >-- [INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 2.37-SNAPSHOT [51/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/2.37-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/2.37-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/2.37-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >---------- [INFO] Building jersey-ext-cdi-rs-inject 2.37-SNAPSHOT [52/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-cdi-rs-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi-rs-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi-rs-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi-rs-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-cdi-rs-inject --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jersey-cdi-rs-inject --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:2.37-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:2.37-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:2.37-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source file /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java... [parsing started RegularFileObject[/home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java]] [parsing completed 45ms] Constructing Javadoc information... [search path for source files: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/src/main/java,/home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/annotations] [search path for class files: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/cldrdata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/dnsns.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jaccess.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/localedata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunec.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunjce_provider.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunpkcs11.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/zipfs.jar,/home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.37-SNAPSHOT.jar,/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar,/home/jenkins/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar,/home/jenkins/.m2/repository/javax/interceptor/javax.interceptor-api/1.2/javax.interceptor-api-1.2.jar,/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.37-SNAPSHOT.jar(org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT.jar(org/glassfish/jersey/internal/util/ReflectionHelper.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/LazyValue.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/Value.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/continuous-integration_PR-5145/core-common/target/jersey-common-2.37-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/Values.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar(javax/enterprise/event/Observes.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar(javax/enterprise/inject/Alternative.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar(javax/enterprise/inject/spi/BeanManager.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar(javax/enterprise/inject/spi/BeforeBeanDiscovery.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar(javax/enterprise/inject/spi/Extension.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar(javax/enterprise/inject/spi/ProcessAnnotatedType.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/container/ContainerRequestContext.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/container/ResourceContext.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/container/ResourceInfo.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/core/Application.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/core/Configuration.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/core/HttpHeaders.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/core/Request.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/core/SecurityContext.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/core/UriInfo.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/ext/ParamConverterProvider.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/ext/Providers.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar(javax/ws/rs/sse/Sse.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/security/AccessController.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/HashSet.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/Set.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Object.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/SuppressWarnings.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Class.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/String.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Target.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/ElementType.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Retention.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/RetentionPolicy.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar(javax/enterprise/event/Reception.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar(javax/enterprise/event/TransactionPhase.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Annotation.class)]] Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.html... [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/FunctionalInterface.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/io/Serializable.class)]] Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-frame.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-summary.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-tree.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/InjectExtension.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/apidocs/help-doc.html... [done in 1513 ms] 3 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - Error fetching URL: https://jakartaee.github.io/rest/apidocs/2.1.6/ [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:59: warning - @Inject is an unknown tag. [WARNING] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:59: warning - @Inject is an unknown tag. [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-2.37-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi-rs-inject --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/2.37-SNAPSHOT/jersey-cdi-rs-inject-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/2.37-SNAPSHOT/jersey-cdi-rs-inject-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/2.37-SNAPSHOT/jersey-cdi-rs-inject-2.37-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-2.37-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/2.37-SNAPSHOT/jersey-cdi-rs-inject-2.37-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi-rs-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >---------- [INFO] Building jersey-ext-cdi1x-servlet 2.37-SNAPSHOT [53/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-cdi1x-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi1x-servlet --- [INFO] Resources: [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-servlet/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-cdi1x-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/2.37-SNAPSHOT/jersey-cdi1x-servlet-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/2.37-SNAPSHOT/jersey-cdi1x-servlet-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/2.37-SNAPSHOT/jersey-cdi1x-servlet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >-------- [INFO] Building jersey-ext-cdi1x-transaction 2.37-SNAPSHOT [54/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-cdi1x-transaction --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi1x-transaction --- [INFO] Resources: [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x-transaction --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x-transaction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-transaction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x-transaction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-cdi1x-transaction --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x-transaction --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/2.37-SNAPSHOT/jersey-cdi1x-transaction-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/2.37-SNAPSHOT/jersey-cdi1x-transaction-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/2.37-SNAPSHOT/jersey-cdi1x-transaction-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x-transaction --- [INFO] [INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >-------- [INFO] Building jersey-ext-cdi1x-validation 2.37-SNAPSHOT [55/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-validation --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x-validation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-cdi1x-validation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x-validation --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi1x-validation --- [INFO] Resources: [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-validation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-validation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-validation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-cdi1x-validation --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x-validation --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x-validation --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/2.37-SNAPSHOT/jersey-cdi1x-validation-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/2.37-SNAPSHOT/jersey-cdi1x-validation-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/2.37-SNAPSHOT/jersey-cdi1x-validation-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x-validation --- [INFO] [INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------ [INFO] Building jersey-ext-weld2-se 2.37-SNAPSHOT [56/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-weld2-se --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-weld2-se --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-weld2-se --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-weld2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-weld2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-weld2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-weld2-se --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-weld2-se/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-weld2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-weld2-se/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-weld2-se --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-weld2-se --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-weld2-se --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/2.37-SNAPSHOT/jersey-weld2-se-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/2.37-SNAPSHOT/jersey-weld2-se-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/2.37-SNAPSHOT/jersey-weld2-se-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-weld2-se --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >---------- [INFO] Building jersey-ext-metainf-services 2.37-SNAPSHOT [57/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-metainf-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-metainf-services --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-metainf-services --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-metainf-services --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-metainf-services --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-metainf-services --- [INFO] Resources: [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-metainf-services --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-metainf-services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-metainf-services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-metainf-services --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-metainf-services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-metainf-services --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-metainf-services --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest Sep 02, 2022 2:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:32:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:32:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:32:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 s - in org.glassfish.jersey.message.MetaInfServicesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/target/jersey-metainf-services-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/target/jersey-metainf-services-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-metainf-services --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-metainf-services --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/target/jersey-metainf-services-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/2.37-SNAPSHOT/jersey-metainf-services-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/2.37-SNAPSHOT/jersey-metainf-services-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/metainf-services/target/jersey-metainf-services-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/2.37-SNAPSHOT/jersey-metainf-services-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-metainf-services --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >----------------- [INFO] Building jersey-ext-mvc 2.37-SNAPSHOT [58/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-mvc --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-mvc --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-mvc --- [INFO] Resources: [INFO] org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-mvc --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-mvc --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/target/jersey-mvc-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/target/jersey-mvc-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/target/jersey-mvc-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/2.37-SNAPSHOT/jersey-mvc-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/2.37-SNAPSHOT/jersey-mvc-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc/target/jersey-mvc-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/2.37-SNAPSHOT/jersey-mvc-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >--------- [INFO] Building jersey-ext-mvc-bean-validation 2.37-SNAPSHOT [59/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-mvc-bean-validation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-bean-validation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-bean-validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc-bean-validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-bean-validation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-mvc-bean-validation --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/2.37-SNAPSHOT/jersey-mvc-bean-validation-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/2.37-SNAPSHOT/jersey-mvc-bean-validation-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/2.37-SNAPSHOT/jersey-mvc-bean-validation-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc-bean-validation --- [INFO] [INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >----------- [INFO] Building jersey-ext-mvc-freemarker 2.37-SNAPSHOT [60/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-freemarker --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc-freemarker --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-mvc-freemarker --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-freemarker --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc-freemarker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-freemarker --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc-freemarker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-freemarker --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-mvc-freemarker --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc-freemarker --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc-freemarker --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/2.37-SNAPSHOT/jersey-mvc-freemarker-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/2.37-SNAPSHOT/jersey-mvc-freemarker-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/2.37-SNAPSHOT/jersey-mvc-freemarker-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc-freemarker --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >--------------- [INFO] Building jersey-ext-mvc-jsp 2.37-SNAPSHOT [61/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-jsp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc-jsp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-mvc-jsp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-jsp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-mvc-jsp --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-mvc-jsp --- [INFO] Resources: [INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-mvc-jsp --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc-jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc-jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-jsp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc-jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-jsp --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-mvc-jsp --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/target/jersey-mvc-jsp-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/target/jersey-mvc-jsp-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc-jsp --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc-jsp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/target/jersey-mvc-jsp-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/2.37-SNAPSHOT/jersey-mvc-jsp-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/2.37-SNAPSHOT/jersey-mvc-jsp-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-jsp/target/jersey-mvc-jsp-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/2.37-SNAPSHOT/jersey-mvc-jsp-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc-jsp --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------ [INFO] Building jersey-ext-mvc-mustache 2.37-SNAPSHOT [62/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-mustache --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc-mustache --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-mvc-mustache --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-mustache --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc-mustache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc-mustache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-mustache --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-mustache/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc-mustache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-mustache/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-mustache --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-mvc-mustache --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-mustache/target/jersey-mvc-mustache-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-mustache/target/jersey-mvc-mustache-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc-mustache --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc-mustache --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-mustache/target/jersey-mvc-mustache-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/2.37-SNAPSHOT/jersey-mvc-mustache-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/2.37-SNAPSHOT/jersey-mvc-mustache-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/mvc-mustache/target/jersey-mvc-mustache-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/2.37-SNAPSHOT/jersey-mvc-mustache-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc-mustache --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------ [INFO] Building jersey-ext-proxy-client 2.37-SNAPSHOT [63/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-proxy-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-proxy-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-proxy-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-proxy-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-proxy-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-proxy-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-proxy-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-proxy-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryTest Sep 02, 2022 2:32:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:32:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 30, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 4.417 s - in org.glassfish.jersey.client.proxy.WebResourceFactoryTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 30, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/target/jersey-proxy-client-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/target/jersey-proxy-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-proxy-client --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-proxy-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/target/jersey-proxy-client-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/2.37-SNAPSHOT/jersey-proxy-client-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/2.37-SNAPSHOT/jersey-proxy-client-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/proxy-client/target/jersey-proxy-client-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/2.37-SNAPSHOT/jersey-proxy-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-proxy-client --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.rx:project >----------------- [INFO] Building jersey-ext-rx 2.37-SNAPSHOT [64/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >--------- [INFO] Building jersey-ext-rx-client-guava 2.37-SNAPSHOT [65/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-guava --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-rx-client-guava --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-rx-client-guava --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-guava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-rx-client-guava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-rx-client-guava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-rx-client-guava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-rx-client-guava --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.rx.guava.RxListenableFutureTest java.util.concurrent.ExecutionException: javax.ws.rs.NotFoundException: HTTP 404 Not Found at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:588) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567) at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:106) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: javax.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:948) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:794) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:687) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:686) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461) at org.glassfish.jersey.client.rx.guava.JerseyRxListenableFutureInvoker.lambda$method$1(JerseyRxListenableFutureInvoker.java:72) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.993 s - in org.glassfish.jersey.client.rx.guava.RxListenableFutureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/target/jersey-rx-client-guava-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/target/jersey-rx-client-guava-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-rx-client-guava --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/target/jersey-rx-client-guava-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/2.37-SNAPSHOT/jersey-rx-client-guava-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/2.37-SNAPSHOT/jersey-rx-client-guava-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-guava/target/jersey-rx-client-guava-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/2.37-SNAPSHOT/jersey-rx-client-guava-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-rx-client-guava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >--------- [INFO] Building jersey-ext-rx-client-rxjava 2.37-SNAPSHOT [66/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-rx-client-rxjava --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-rx-client-rxjava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-rx-client-rxjava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-rx-client-rxjava --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.rx.rxjava.RxObservableTest java.util.concurrent.ExecutionException: Observable onError at rx.internal.operators.BlockingOperatorToFuture$2.getValue(BlockingOperatorToFuture.java:118) at rx.internal.operators.BlockingOperatorToFuture$2.get(BlockingOperatorToFuture.java:102) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.testNotFoundReadEntityViaGenericType(RxObservableTest.java:125) 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.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: javax.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:948) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:794) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:687) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:686) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461) at org.glassfish.jersey.client.rx.rxjava.JerseyRxObservableInvoker.lambda$method$0(JerseyRxObservableInvoker.java:66) at rx.Observable.unsafeSubscribe(Observable.java:10144) at rx.internal.operators.OperatorSubscribeOn$1.call(OperatorSubscribeOn.java:94) at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55) at rx.internal.schedulers.ExecutorScheduler$ExecutorSchedulerWorker.run(ExecutorScheduler.java:107) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 s - in org.glassfish.jersey.client.rx.rxjava.RxObservableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-rx-client-rxjava --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/2.37-SNAPSHOT/jersey-rx-client-rxjava-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/2.37-SNAPSHOT/jersey-rx-client-rxjava-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/2.37-SNAPSHOT/jersey-rx-client-rxjava-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-rx-client-rxjava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >-------- [INFO] Building jersey-ext-rx-client-rxjava2 2.37-SNAPSHOT [67/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-rx-client-rxjava2 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-rx-client-rxjava2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-rx-client-rxjava2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-rx-client-rxjava2 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 s - in org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-rx-client-rxjava2 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/2.37-SNAPSHOT/jersey-rx-client-rxjava2-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/2.37-SNAPSHOT/jersey-rx-client-rxjava2-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/2.37-SNAPSHOT/jersey-rx-client-rxjava2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-servlet-portability >--------- [INFO] Building jersey-ext-servlet-portability 2.37-SNAPSHOT [68/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-servlet-portability --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-servlet-portability --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-servlet-portability --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-servlet-portability --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-servlet-portability --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-servlet-portability --- [INFO] Resources: [INFO] org.glassfish.jersey.servlet.portability/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/src/main/resources/org.glassfish.jersey.servlet.portability/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-servlet-portability --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-servlet-portability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-servlet-portability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-servlet-portability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-servlet-portability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-servlet-portability --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/src/main/java/org/glassfish/jersey/servlet/portability/PortableServletContainer.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/src/main/java/org/glassfish/jersey/servlet/portability/PortableServletContainer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/src/main/java/org/glassfish/jersey/servlet/portability/PortableServletContainer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-servlet-portability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-servlet-portability --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-servlet-portability --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-servlet-portability --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/target/jersey-servlet-portability-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-servlet-portability --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/target/jersey-servlet-portability-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-servlet-portability --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/target/jersey-servlet-portability-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-servlet-portability/2.37-SNAPSHOT/jersey-servlet-portability-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-servlet-portability/2.37-SNAPSHOT/jersey-servlet-portability-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/servlet-portability/target/jersey-servlet-portability-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-servlet-portability/2.37-SNAPSHOT/jersey-servlet-portability-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-servlet-portability --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-spring4 >--------------- [INFO] Building jersey-spring4 2.37-SNAPSHOT [69/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-spring4 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-spring4 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-spring4 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-spring4 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-spring4 --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-spring4 --- [INFO] Resources: [INFO] org/glassfish/jersey/server/spring/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/src/main/resources/org/glassfish/jersey/server/spring/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-spring4 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-spring4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-spring4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-spring4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-spring4 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-spring4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-spring4 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-spring4 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest Sep 02, 2022 2:32:58 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2a5ca609: startup date [Fri Sep 02 14:32:58 UTC 2022]; root of context hierarchy Sep 02, 2022 2:32:58 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:32:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:32:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:32:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 s - in org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest Sep 02, 2022 2:33:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7dac3fd8: startup date [Fri Sep 02 14:33:00 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:00 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringProfilesTest Sep 02, 2022 2:33:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2aa27288: startup date [Fri Sep 02 14:33:00 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:00 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6c000e0c: startup date [Fri Sep 02 14:33:00 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:00 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.glassfish.jersey.server.spring.profiles.SpringProfilesTest [INFO] Running org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest Sep 02, 2022 2:33:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@76304b46: startup date [Fri Sep 02 14:33:00 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:00 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1a5f7e7c: startup date [Fri Sep 02 14:33:00 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:00 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@11a00961: startup date [Fri Sep 02 14:33:00 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:00 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest [INFO] Running org.glassfish.jersey.server.spring.filter.FilterTest Sep 02, 2022 2:33:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3ffb3598: startup date [Fri Sep 02 14:33:00 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:00 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.glassfish.jersey.server.spring.filter.FilterTest [INFO] Running org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest Sep 02, 2022 2:33:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2e51d054: startup date [Fri Sep 02 14:33:00 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:01 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:01 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2aff9dff: startup date [Fri Sep 02 14:33:01 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:01 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:01 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7d904ff1: startup date [Fri Sep 02 14:33:01 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:01 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest [INFO] Running org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest Sep 02, 2022 2:33:01 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@3fb9a67f: startup date [Fri Sep 02 14:33:01 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:01 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Sep 02, 2022 2:33:01 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@35d60381: startup date [Fri Sep 02 14:33:02 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:02 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Sep 02, 2022 2:33:02 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@498a612d: startup date [Fri Sep 02 14:33:02 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:02 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Sep 02, 2022 2:33:02 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 s - in org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest [INFO] Running org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest Sep 02, 2022 2:33:02 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7a84788f: startup date [Fri Sep 02 14:33:02 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:02 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2ee4706d: startup date [Fri Sep 02 14:33:02 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:02 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@9263c54: startup date [Fri Sep 02 14:33:02 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:02 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@12cd129c: startup date [Fri Sep 02 14:33:02 UTC 2022]; root of context hierarchy Sep 02, 2022 2:33:02 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 02, 2022 2:33:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:33:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-spring4 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/target/jersey-spring4-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-spring4 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/target/jersey-spring4-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-spring4 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/target/jersey-spring4-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring4/2.37-SNAPSHOT/jersey-spring4-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring4/2.37-SNAPSHOT/jersey-spring4-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring4/target/jersey-spring4-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring4/2.37-SNAPSHOT/jersey-spring4-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-spring4 --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-spring5 >--------------- [INFO] Building jersey-spring5 2.37-SNAPSHOT [70/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-spring5 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-spring5 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-spring5 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-spring5 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-spring5 --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-spring5 --- [INFO] Resources: [INFO] org/glassfish/jersey/server/spring/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/src/main/resources/org/glassfish/jersey/server/spring/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-spring5 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-spring5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-spring5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-spring5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-spring5 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-spring5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-spring5 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-spring5 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest Sep 02, 2022 2:33:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.782 s - in org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest Sep 02, 2022 2:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringProfilesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.glassfish.jersey.server.spring.profiles.SpringProfilesTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest Sep 02, 2022 2:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest Sep 02, 2022 2:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s - in org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest [INFO] Running org.glassfish.jersey.server.spring.filter.FilterTest Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.glassfish.jersey.server.spring.filter.FilterTest [INFO] Running org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest [INFO] Running org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-spring5 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/target/jersey-spring5-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-spring5 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/target/jersey-spring5-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-spring5 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/target/jersey-spring5-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring5/2.37-SNAPSHOT/jersey-spring5-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring5/2.37-SNAPSHOT/jersey-spring5-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/spring5/target/jersey-spring5-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring5/2.37-SNAPSHOT/jersey-spring5-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-spring5 --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >------------- [INFO] Building jersey-wadl-doclet 2.37-SNAPSHOT [71/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-wadl-doclet --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-wadl-doclet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-wadl-doclet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-wadl-doclet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-wadl-doclet --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-wadl-doclet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/src/main/java added. [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/src/main/java8_11 added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-wadl-doclet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-wadl-doclet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-wadl-doclet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-wadl-doclet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-wadl-doclet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-wadl-doclet --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/target/jersey-wadl-doclet-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/target/jersey-wadl-doclet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-wadl-doclet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/target/jersey-wadl-doclet-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/2.37-SNAPSHOT/jersey-wadl-doclet-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/2.37-SNAPSHOT/jersey-wadl-doclet-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/wadl-doclet/target/jersey-wadl-doclet-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/2.37-SNAPSHOT/jersey-wadl-doclet-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-wadl-doclet --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >-------- [INFO] Building jersey-media-json-binding 2.37-SNAPSHOT [72/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-binding --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-binding --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-json-binding --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-binding --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-binding --- [INFO] Resources: [INFO] org/glassfish/jersey/jsonb/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-binding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-json-binding --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/target/jersey-media-json-binding-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/target/jersey-media-json-binding-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-binding --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-binding --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/target/jersey-media-json-binding-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/2.37-SNAPSHOT/jersey-media-json-binding-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/2.37-SNAPSHOT/jersey-media-json-binding-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-binding/target/jersey-media-json-binding-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/2.37-SNAPSHOT/jersey-media-json-binding-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-binding --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >------------- [INFO] Building jersey-media-sse 2.37-SNAPSHOT [73/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-sse --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-sse --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-sse --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-sse --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-sse --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-sse --- [INFO] Resources: [INFO] org/glassfish/jersey/media/sse/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-sse --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-sse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-sse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-sse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/src/test/java/org/glassfish/jersey/media/sse/ClientCloseTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/src/test/java/org/glassfish/jersey/media/sse/ClientCloseTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-sse --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest Sep 02, 2022 2:33:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. 0: NOK 1: NOK 2: NOK 3: NOK 4: NOK 5: NOK 6: NOK 7: NOK 8: NOK 9: NOK Sep 02, 2022 2:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.99 s - in org.glassfish.jersey.media.sse.ClientCloseTest [INFO] Running org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest Sep 02, 2022 2:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:33:20 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Sep 02, 2022 2:33:20 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Sep 02, 2022 2:33:20 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Sep 02, 2022 2:33:20 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Sep 02, 2022 2:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.167 s - in org.glassfish.jersey.media.sse.SseEventSinkCloseTest [INFO] Running org.glassfish.jersey.media.sse.EventSourceTest Sep 02, 2022 2:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.157 s - in org.glassfish.jersey.media.sse.EventSourceTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest Sep 02, 2022 2:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. ### Server is about to send a message. ### Server waiting for client to receive a message. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=How will this end?} ### Server resource method invocation end. Sep 02, 2022 2:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s - in org.glassfish.jersey.media.sse.SseEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest Sep 02, 2022 2:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s - in org.glassfish.jersey.media.sse.EmptyEventsTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.OutboundEventTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.sse.OutboundEventTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/target/jersey-media-sse-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/target/jersey-media-sse-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-sse --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:2.37-SNAPSHOT : Export org.glassfish.jersey.media.sse, has 1, private references [org.glassfish.jersey.media.sse.internal], [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-sse --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/target/jersey-media-sse-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.37-SNAPSHOT/jersey-media-sse-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.37-SNAPSHOT/jersey-media-sse-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/sse/target/jersey-media-sse-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.37-SNAPSHOT/jersey-media-sse-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-sse --- [INFO] [INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------ [INFO] Building project 2.37-SNAPSHOT [74/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >----- [INFO] Building jersey-mp-rest-client 2.37-SNAPSHOT [75/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mp-rest-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mp-rest-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-mp-rest-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mp-rest-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-mp-rest-client --- [INFO] Resources: [INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mp-rest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mp-rest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mp-rest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-mp-rest-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mp-rest-client --- [WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:2.37-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.jersey.restclient.*] [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mp-rest-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/2.37-SNAPSHOT/jersey-mp-rest-client-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/2.37-SNAPSHOT/jersey-mp-rest-client-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/2.37-SNAPSHOT/jersey-mp-rest-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mp-rest-client --- [INFO] [INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >------- [INFO] Building jersey-mp-config 2.37-SNAPSHOT [76/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mp-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mp-config --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-mp-config --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mp-config --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mp-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mp-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mp-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-mp-config --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [DEBUG] (main) Using Console logging [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 s - in org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [INFO] Running org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest Sep 02, 2022 2:33:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:33:41.955:INFO::main: Logging initialized @1210ms to org.eclipse.jetty.util.log.StdErrLog 2022-09-02 14:33:42.869:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:33:42.919:INFO:oejs.AbstractConnector:main: Started ServerConnector@2fea7088{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:33:42.919:INFO:oejs.Server:main: Started @2174ms 2022-09-02 14:33:43.273:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2fea7088{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:33:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:33:43.366:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:33:43.369:INFO:oejs.AbstractConnector:main: Started ServerConnector@70e659aa{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:33:43.369:INFO:oejs.Server:main: Started @2624ms 2022-09-02 14:33:43.396:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@70e659aa{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Sep 02, 2022 2:33:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2022-09-02 14:33:43.488:INFO:oejs.Server:main: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_202-b08 2022-09-02 14:33:43.490:INFO:oejs.AbstractConnector:main: Started ServerConnector@6df20ade{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2022-09-02 14:33:43.490:INFO:oejs.Server:main: Started @2745ms 2022-09-02 14:33:43.545:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6df20ade{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s - in org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/target/jersey-mp-config-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/target/jersey-mp-config-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mp-config --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mp-config --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/target/jersey-mp-config-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/2.37-SNAPSHOT/jersey-mp-config-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/2.37-SNAPSHOT/jersey-mp-config-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/ext/microprofile/mp-config/target/jersey-mp-config-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/2.37-SNAPSHOT/jersey-mp-config-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mp-config --- [INFO] [INFO] ---------------< org.glassfish.jersey.incubator:project >--------------- [INFO] Building jersey-incubator 2.37-SNAPSHOT [77/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >-------- [INFO] Building jersey-inject-cdi-weld 2.37-SNAPSHOT [78/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi-inject-weld --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/SupplierClassBindingTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/SupplierClassBindingTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-cdi-inject-weld --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest Sep 02, 2022 2:33:44 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.1.7 (SP1) Sep 02, 2022 2:33:45 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 736027a7-5bb3-46f0-92e2-871dd56cab1d initialized Sep 02, 2022 2:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 736027a7-5bb3-46f0-92e2-871dd56cab1d shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.07 s - in org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest Sep 02, 2022 2:33:46 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6db2b3ff-efb9-448a-aad4-c403e4e73eb1 initialized Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6db2b3ff-efb9-448a-aad4-c403e4e73eb1 shut down [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s - in org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2cad4148-1ebe-49e8-8636-7035ad58c3b5 initialized Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2cad4148-1ebe-49e8-8636-7035ad58c3b5 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 945d6453-4099-4044-8178-7ffc4b8442c3 initialized Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 945d6453-4099-4044-8178-7ffc4b8442c3 shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:47 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 652fff96-2905-4b1c-8943-433831392d37 initialized Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 652fff96-2905-4b1c-8943-433831392d37 shut down Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97791785-8886-4f79-9f07-68abb7314c92 initialized Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97791785-8886-4f79-9f07-68abb7314c92 shut down Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 68018c90-a582-4c7c-807a-dd11e18b582b initialized Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 68018c90-a582-4c7c-807a-dd11e18b582b shut down Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 386ca5fa-1cad-4498-be0c-1d160bd30361 initialized Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 386ca5fa-1cad-4498-be0c-1d160bd30361 shut down Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3a61114f-e745-4de9-aa7d-fe54066556a5 initialized Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3a61114f-e745-4de9-aa7d-fe54066556a5 shut down Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c845a6bf-e449-4861-82c2-c7f081b9ebfd initialized Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c845a6bf-e449-4861-82c2-c7f081b9ebfd shut down Sep 02, 2022 2:33:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5fd09d8-6ff0-4033-906b-bd0873f90f4e initialized Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5fd09d8-6ff0-4033-906b-bd0873f90f4e shut down Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6ff48bcb-b9eb-4c58-a8a2-eb148c1b96c2 initialized Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6ff48bcb-b9eb-4c58-a8a2-eb148c1b96c2 shut down Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ddba0304-b6ce-4e1b-9f30-2cfb972013c3 initialized Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ddba0304-b6ce-4e1b-9f30-2cfb972013c3 shut down Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.956 s - in org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4120b2e6-58d2-4994-a52a-0002284b02b7 initialized Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4120b2e6-58d2-4994-a52a-0002284b02b7 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest Sep 02, 2022 2:33:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3711d24-310b-455e-af44-35f184593ef3 initialized Sep 02, 2022 2:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3711d24-310b-455e-af44-35f184593ef3 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s - in org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest Sep 02, 2022 2:33:50 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Sep 02, 2022 2:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2dc7e86-a439-4252-beea-9af3bd5b58af initialized Sep 02, 2022 2:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2dc7e86-a439-4252-beea-9af3bd5b58af shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest Sep 02, 2022 2:33:50 PM org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi-inject-weld --- [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:2.37-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:2.37-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed, has 1, private references [org.glassfish.jersey.inject.weld.internal.managed], [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/2.37-SNAPSHOT/jersey-cdi-inject-weld-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/2.37-SNAPSHOT/jersey-cdi-inject-weld-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/2.37-SNAPSHOT/jersey-cdi-inject-weld-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi-inject-weld --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >--------- [INFO] Building jersey-declarative-linking 2.37-SNAPSHOT [79/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-declarative-linking --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-declarative-linking --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-declarative-linking --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-declarative-linking --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.linking.integration.LinkingTest Sep 02, 2022 2:33:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:33:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:33:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:33:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.947 s - in org.glassfish.jersey.linking.integration.LinkingTest [INFO] Running org.glassfish.jersey.linking.integration.LinkingManualTest Sep 02, 2022 2:33:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.glassfish.jersey.linking.integration.LinkingManualTest [INFO] Running org.glassfish.jersey.linking.EntityDescriptorTest Declared properties Resource class link Inherited properties Set link String link [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.linking.EntityDescriptorTest [INFO] Running org.glassfish.jersey.linking.LinkELContextTest Create expression factory Literal expression Nested expression Embedded expression Multiple expressions Raw expression Boolean expression [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.linking.LinkELContextTest [INFO] Running org.glassfish.jersey.linking.FieldProcessorTest Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty INFO: Computed property Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testMap INFO: Map Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks INFO: Links Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testArray INFO: Array Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testMixed INFO: Mixed EL and template vars link Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks INFO: EL binding Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings INFO: QueryResource Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting INFO: No Recursive Nesting Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource INFO: QueryResource Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testEL INFO: El link Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink INFO: EL binding Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource INFO: BeanParamResource Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testELBinding INFO: EL binding Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource INFO: QueryResource Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testCondition INFO: Condition Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles INFO: Link styles Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testSubresource INFO: Subresource Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testNesting INFO: Nesting Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields INFO: Links from field values Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testCollection INFO: Collection Sep 02, 2022 2:33:55 PM org.glassfish.jersey.linking.FieldProcessorTest testELScopes INFO: EL scopes [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.glassfish.jersey.linking.FieldProcessorTest [INFO] Running org.glassfish.jersey.linking.HeaderProcessorTest Template Literal EL Parameters Literal EL Multiple Literal [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.linking.HeaderProcessorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/target/jersey-declarative-linking-2.37-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ jersey-declarative-linking >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-declarative-linking --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-declarative-linking --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ jersey-declarative-linking <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/target/jersey-declarative-linking-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/target/jersey-declarative-linking-2.37-SNAPSHOT-sources.jar [WARNING] artifact org.glassfish.jersey.ext:jersey-declarative-linking:java-source:sources:2.37-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-declarative-linking --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-declarative-linking --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/target/jersey-declarative-linking-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/2.37-SNAPSHOT/jersey-declarative-linking-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/2.37-SNAPSHOT/jersey-declarative-linking-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/declarative-linking/target/jersey-declarative-linking-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/2.37-SNAPSHOT/jersey-declarative-linking-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-declarative-linking --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >-------- [INFO] Building jersey-ext-gae-integration 2.37-SNAPSHOT [80/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-gae-integration --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-gae-integration --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-gae-integration --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-gae-integration --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-gae-integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-gae-integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-gae-integration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/gae-integration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-gae-integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/gae-integration/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-gae-integration --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-gae-integration --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/gae-integration/target/jersey-gae-integration-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/gae-integration/target/jersey-gae-integration-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-gae-integration --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/gae-integration/target/jersey-gae-integration-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/2.37-SNAPSHOT/jersey-gae-integration-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/2.37-SNAPSHOT/jersey-gae-integration-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/gae-integration/target/jersey-gae-integration-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/2.37-SNAPSHOT/jersey-gae-integration-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-gae-integration --- [INFO] [INFO] ----------------< org.glassfish.jersey.media:html-json >---------------- [INFO] Building jersey-media-html-json 2.37-SNAPSHOT [81/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ html-json --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ html-json --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ html-json --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ html-json --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ html-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ html-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ html-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ html-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ html-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ html-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ html-json --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest Sep 02, 2022 2:33:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:34:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.95 s - in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest Sep 02, 2022 2:34:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in org.glassfish.jersey.media.htmljson.ModelEntityTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest Sep 02, 2022 2:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest [INFO] Running org.glassfish.jersey.media.htmljson.ComputedPropertyTest Sep 02, 2022 2:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.glassfish.jersey.media.htmljson.ComputedPropertyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/target/html-json-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/target/html-json-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ html-json --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/target/html-json-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/2.37-SNAPSHOT/html-json-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/2.37-SNAPSHOT/html-json-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/html-json/target/html-json-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/2.37-SNAPSHOT/html-json-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ html-json --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------ [INFO] Building jersey-media-kryo 2.37-SNAPSHOT [82/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-kryo --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-kryo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-kryo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-kryo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-kryo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-kryo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-kryo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-kryo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest Sep 02, 2022 2:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.233 s - in org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest [INFO] Running org.glassfish.jersey.kryo.PersonResourceTest Sep 02, 2022 2:34:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:34:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:34:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in org.glassfish.jersey.kryo.PersonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/target/jersey-media-kryo-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/target/jersey-media-kryo-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-kryo --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-kryo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/target/jersey-media-kryo-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/2.37-SNAPSHOT/jersey-media-kryo-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/2.37-SNAPSHOT/jersey-media-kryo-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/kryo/target/jersey-media-kryo-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/2.37-SNAPSHOT/jersey-media-kryo-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-kryo --- [INFO] [INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >--------- [INFO] Building jersey-open-tracing 2.37-SNAPSHOT [83/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-open-tracing --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-open-tracing --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-open-tracing --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-open-tracing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-open-tracing --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-open-tracing --- [INFO] Resources: [INFO] org/glassfish/jersey/opentracing/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-open-tracing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-open-tracing --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-open-tracing --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/target/jersey-open-tracing-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/target/jersey-open-tracing-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-open-tracing --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-open-tracing --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/target/jersey-open-tracing-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/2.37-SNAPSHOT/jersey-open-tracing-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/2.37-SNAPSHOT/jersey-open-tracing-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/incubator/open-tracing/target/jersey-open-tracing-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/2.37-SNAPSHOT/jersey-open-tracing-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-open-tracing --- [INFO] [INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >------------- [INFO] Building jersey-inject-cdi2-se 2.37-SNAPSHOT [84/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi2-se --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi2-se --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi2-se --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi2-se --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/WrappingJerseyInjectionTarget.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/WrappingJerseyInjectionTarget.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/SupplierClassBindingTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/SupplierClassBindingTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-cdi2-se --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest Sep 02, 2022 2:34:07 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.1.7 (SP1) Sep 02, 2022 2:34:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a94e92d7-e0ab-4e8f-a01e-11c77a417a68 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a94e92d7-e0ab-4e8f-a01e-11c77a417a68 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 110dade8-dc57-4342-98fa-fd36714d02ee initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 110dade8-dc57-4342-98fa-fd36714d02ee shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a62af82-5f85-48ed-bb02-dc9aa3bca3eb initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a62af82-5f85-48ed-bb02-dc9aa3bca3eb shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a62a1191-3b23-4b8e-bbe4-9b2374f425cf initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a62a1191-3b23-4b8e-bbe4-9b2374f425cf shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba317fa7-0f3c-4d10-925e-02ce48b240a8 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba317fa7-0f3c-4d10-925e-02ce48b240a8 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a177d61-3f1e-4c45-a94b-0ee75a1492a8 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a177d61-3f1e-4c45-a94b-0ee75a1492a8 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4a439ad-4687-4056-baec-8a0d8ff4947c initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4a439ad-4687-4056-baec-8a0d8ff4947c shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 08b4cfc7-da1c-4b9e-bffd-851bbd109645 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 08b4cfc7-da1c-4b9e-bffd-851bbd109645 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b00b2a9-ddf9-4b8e-ab48-d393fc9f38fe initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b00b2a9-ddf9-4b8e-ab48-d393fc9f38fe shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc016b94-eb34-4019-b149-2691d78c4bb6 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc016b94-eb34-4019-b149-2691d78c4bb6 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b02c73ba-13b1-41f4-9cd6-592bd202b080 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b02c73ba-13b1-41f4-9cd6-592bd202b080 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 64e2334c-104c-4d85-98bc-1eb3f9accb56 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 64e2334c-104c-4d85-98bc-1eb3f9accb56 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb558b16-f93f-4ae5-aa78-3d990c722d1b initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb558b16-f93f-4ae5-aa78-3d990c722d1b shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40c8e32e-885b-490c-aac7-8dad5a69909b initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40c8e32e-885b-490c-aac7-8dad5a69909b shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c47c9310-e417-4d33-a743-39a899cdc63c initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c47c9310-e417-4d33-a743-39a899cdc63c shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb600120-184c-4a2a-a3a3-524435dbcb89 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb600120-184c-4a2a-a3a3-524435dbcb89 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3cbb7ef3-ce7c-4ded-a60b-200271efae77 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3cbb7ef3-ce7c-4ded-a60b-200271efae77 shut down [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.852 s - in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14406cf8-43c1-4d39-bbc8-10b408af9b58 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14406cf8-43c1-4d39-bbc8-10b408af9b58 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06894a7a-2611-4584-883e-4257a209aee0 initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 06894a7a-2611-4584-883e-4257a209aee0 shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c5c5ea77-5be7-4559-83ba-6c6fc8f6eb6a initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c5c5ea77-5be7-4559-83ba-6c6fc8f6eb6a shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 66cba83b-4576-4aee-9135-a29075dbc3dc initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 66cba83b-4576-4aee-9135-a29075dbc3dc shut down Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89e0b6ef-d58a-4eb8-b3f3-39938bbfbf0d initialized Sep 02, 2022 2:34:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89e0b6ef-d58a-4eb8-b3f3-39938bbfbf0d shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest Sep 02, 2022 2:34:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 555cb187-0c40-4369-81f2-eae353fcbfb5 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 555cb187-0c40-4369-81f2-eae353fcbfb5 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f31e4f8-3b62-4d66-9d4f-e45a9ff13821 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3f31e4f8-3b62-4d66-9d4f-e45a9ff13821 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5d7cf28-f4f0-47a5-a02c-5ef2f3ad4233 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5d7cf28-f4f0-47a5-a02c-5ef2f3ad4233 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a15f03af-3991-476f-8fc3-f63ea7a6fac9 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a15f03af-3991-476f-8fc3-f63ea7a6fac9 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest Sep 02, 2022 2:34:09 PM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierContractsTest Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72c67796-53b7-401f-b29d-407fc531d546 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72c67796-53b7-401f-b29d-407fc531d546 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b78491e0-e7cf-47d9-8bb7-501f724ccc05 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b78491e0-e7cf-47d9-8bb7-501f724ccc05 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db2a22b5-0845-4f00-a14a-7041a455ca5e initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db2a22b5-0845-4f00-a14a-7041a455ca5e shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a338638-2c11-41b3-b408-f551001d416a initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a338638-2c11-41b3-b408-f551001d416a shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79aad542-29c0-4efc-8ac1-c3ade3047023 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79aad542-29c0-4efc-8ac1-c3ade3047023 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 36db48f2-e4b4-4fd6-9f77-8a1411405a08 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 36db48f2-e4b4-4fd6-9f77-8a1411405a08 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 937b50de-485b-44c7-b1d2-b8b57dd97eae initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 937b50de-485b-44c7-b1d2-b8b57dd97eae shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa6a365b-1d97-4b35-a74f-134d07116a61 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa6a365b-1d97-4b35-a74f-134d07116a61 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 435c0289-e88f-4a69-ae9d-0311b97609bf initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 435c0289-e88f-4a69-ae9d-0311b97609bf shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ce463224-1277-4a78-abe5-0fc6cba8980a initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ce463224-1277-4a78-abe5-0fc6cba8980a shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 35585fa0-ac4e-4a62-86c6-820ba1aaf39c initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 35585fa0-ac4e-4a62-86c6-820ba1aaf39c shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 29ee1206-4b09-438e-861c-3ffc773176c5 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 29ee1206-4b09-438e-861c-3ffc773176c5 shut down Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7de7b45a-3257-4958-9143-50eb054e5111 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7de7b45a-3257-4958-9143-50eb054e5111 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a17aa67-38fb-4c3a-8149-9183318e7f67 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 183ce240-9f91-405d-afd3-b0f688309219 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f120dab-f148-41b9-bb50-b10a217492bf initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a84740c4-a38f-4733-8d43-0dbdae72c332 initialized Sep 02, 2022 2:34:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa9a36c5-5abc-4afe-94b3-05da82b8c00d initialized [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.glassfish.jersey.inject.cdi.se.ThreadScopeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/target/jersey-cdi2-se-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/target/jersey-cdi2-se-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi2-se --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:2.37-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/target/jersey-cdi2-se-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/2.37-SNAPSHOT/jersey-cdi2-se-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/2.37-SNAPSHOT/jersey-cdi2-se-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/inject/cdi2-se/target/jersey-cdi2-se-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/2.37-SNAPSHOT/jersey-cdi2-se-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi2-se --- [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >---------- [INFO] Building jersey-media-json-gson 2.37-SNAPSHOT [85/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-gson --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-gson --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-json-gson --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-gson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-gson --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-gson --- [INFO] Resources: [INFO] org/glassfish/jersey/gson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-gson --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-json-gson --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.gson.internal.JsonGsonProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.glassfish.jersey.gson.internal.JsonGsonProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/target/jersey-media-json-gson-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/target/jersey-media-json-gson-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-gson --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-gson --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/target/jersey-media-json-gson-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/2.37-SNAPSHOT/jersey-media-json-gson-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/2.37-SNAPSHOT/jersey-media-json-gson-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-gson/target/jersey-media-json-gson-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/2.37-SNAPSHOT/jersey-media-json-gson-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-gson --- [INFO] [INFO] -------< org.glassfish.jersey.media:jersey-media-json-jackson1 >-------- [INFO] Building jersey-media-json-jackson1 2.37-SNAPSHOT [86/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jackson1 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-jackson1 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-json-jackson1 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-jackson1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-jackson1 --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-jackson1 --- [INFO] No resources specified. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-jackson1 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-jackson1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-jackson1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jackson1 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-jackson1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jackson1 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-json-jackson1 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-json-jackson1 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/target/jersey-media-json-jackson1-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-jackson1 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/target/jersey-media-json-jackson1-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-jackson1 --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-jackson1 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/target/jersey-media-json-jackson1-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson1/2.37-SNAPSHOT/jersey-media-json-jackson1-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson1/2.37-SNAPSHOT/jersey-media-json-jackson1-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jackson1/target/jersey-media-json-jackson1-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson1/2.37-SNAPSHOT/jersey-media-json-jackson1-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-jackson1 --- [INFO] [INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >-------- [INFO] Building jersey-media-json-jettison 2.37-SNAPSHOT [87/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jettison --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-jettison --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-json-jettison --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-jettison --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-jettison --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-jettison --- [INFO] Resources: [INFO] org/glassfish/jersey/jettison/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jettison --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jettison --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-json-jettison --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/target/jersey-media-json-jettison-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/target/jersey-media-json-jettison-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-jettison --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-jettison --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/target/jersey-media-json-jettison-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/2.37-SNAPSHOT/jersey-media-json-jettison-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/2.37-SNAPSHOT/jersey-media-json-jettison-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-jettison/target/jersey-media-json-jettison-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/2.37-SNAPSHOT/jersey-media-json-jettison-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-jettison --- [INFO] [INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >------- [INFO] Building jersey-media-json-processing 2.37-SNAPSHOT [88/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-processing --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-processing --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-json-processing --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-processing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-processing --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-processing --- [INFO] Resources: [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-processing --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-processing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-processing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-processing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-json-processing --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.462 s - in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest [INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/target/jersey-media-json-processing-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/target/jersey-media-json-processing-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-processing --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:2.37-SNAPSHOT : Unused Import-Package instructions: [javax.json.*] [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-processing --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/target/jersey-media-json-processing-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/2.37-SNAPSHOT/jersey-media-json-processing-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/2.37-SNAPSHOT/jersey-media-json-processing-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/json-processing/target/jersey-media-json-processing-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/2.37-SNAPSHOT/jersey-media-json-processing-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-processing --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------ [INFO] Building jersey-media-moxy 2.37-SNAPSHOT [89/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-moxy --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-moxy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-moxy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-moxy --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-moxy --- [INFO] Resources: [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-moxy --- [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-moxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-moxy --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-moxy --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/target/jersey-media-moxy-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/target/jersey-media-moxy-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-moxy --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-moxy --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/target/jersey-media-moxy-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/2.37-SNAPSHOT/jersey-media-moxy-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/2.37-SNAPSHOT/jersey-media-moxy-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/moxy/target/jersey-media-moxy-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/2.37-SNAPSHOT/jersey-media-moxy-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-moxy --- [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >---------- [INFO] Building jersey-media-multipart 2.37-SNAPSHOT [90/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-multipart --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-multipart --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-multipart --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-multipart --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-multipart --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-multipart --- [INFO] Resources: [INFO] org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-multipart --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-multipart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-multipart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/FormDataParamValueParamProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/FormDataParamValueParamProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-multipart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-multipart --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest Sep 02, 2022 2:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.942 s - in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest Sep 02, 2022 2:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.602 s - in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:34:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.496 s - in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest Sep 02, 2022 2:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:34:24 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version, Content-Type] Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:34:25 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version, Content-Type] Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:34:25 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version, Content-Type] Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 s - in org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest [INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest Sep 02, 2022 2:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:34:25 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:34:25 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Sep 02, 2022 2:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest [INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/target/jersey-media-multipart-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/target/jersey-media-multipart-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-multipart --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-multipart --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/target/jersey-media-multipart-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.37-SNAPSHOT/jersey-media-multipart-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.37-SNAPSHOT/jersey-media-multipart-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/media/multipart/target/jersey-media-multipart-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.37-SNAPSHOT/jersey-media-multipart-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-multipart --- [INFO] [INFO] ---------------< org.glassfish.jersey.security:project >---------------- [INFO] Building jersey-security 2.37-SNAPSHOT [91/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/2.37-SNAPSHOT/project-2.37-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] -----------< org.glassfish.jersey.security:oauth1-signature >----------- [INFO] Building oauth1-signature 2.37-SNAPSHOT [92/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-signature --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-signature --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ oauth1-signature --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-signature --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth1-signature --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth1-signature --- [INFO] Resources: [INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth1-signature --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-signature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth1-signature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-signature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ oauth1-signature --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8= [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.glassfish.jersey.oauth1.signature.OAuthBase64Test [INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s - in org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/target/oauth1-signature-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/target/oauth1-signature-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-signature --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/target/oauth1-signature-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.37-SNAPSHOT/oauth1-signature-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.37-SNAPSHOT/oauth1-signature-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-signature/target/oauth1-signature-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.37-SNAPSHOT/oauth1-signature-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-signature --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-client >------------- [INFO] Building jersey-security 2.37-SNAPSHOT [93/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ oauth1-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth1-client --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth1-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth1-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth1-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth1-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ oauth1-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/target/oauth1-client-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/target/oauth1-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/target/oauth1-client-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.37-SNAPSHOT/oauth1-client-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.37-SNAPSHOT/oauth1-client-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-client/target/oauth1-client-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.37-SNAPSHOT/oauth1-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-client --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-server >------------- [INFO] Building oauth1-server 2.37-SNAPSHOT [94/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-server --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ oauth1-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth1-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth1-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ oauth1-server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s - in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.113 s - in org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/target/oauth1-server-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/target/oauth1-server-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/target/oauth1-server-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.37-SNAPSHOT/oauth1-server-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.37-SNAPSHOT/oauth1-server-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth1-server/target/oauth1-server-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.37-SNAPSHOT/oauth1-server-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-server --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth2-client >------------- [INFO] Building oauth2-client 2.37-SNAPSHOT [95/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth2-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth2-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ oauth2-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth2-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth2-client --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth2-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth2-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth2-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth2-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth2-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth2-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth2-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth2-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ oauth2-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/target/oauth2-client-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/target/oauth2-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth2-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/target/oauth2-client-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.37-SNAPSHOT/oauth2-client-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.37-SNAPSHOT/oauth2-client-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/security/oauth2-client/target/oauth2-client-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.37-SNAPSHOT/oauth2-client-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth2-client --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >--- [INFO] Building jersey-test-framework-util 2.37-SNAPSHOT [96/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-util --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-util --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-util --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-util --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/src/test/java/org/glassfish/jersey/test/util/client/LoopBackConnectorTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/src/test/java/org/glassfish/jersey/test/util/client/LoopBackConnectorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/src/test/java/org/glassfish/jersey/test/util/client/LoopBackConnectorTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-util --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest Sep 02, 2022 2:34:33 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 1 requests to finish... [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.133 s - in org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [INFO] Running org.glassfish.jersey.test.util.client.LoopBackConnectorTest Sep 02, 2022 2:34:36 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s - in org.glassfish.jersey.test.util.client.LoopBackConnectorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/target/jersey-test-framework-util-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/target/jersey-test-framework-util-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-util --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/target/jersey-test-framework-util-2.37-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.37-SNAPSHOT/jersey-test-framework-util-2.37-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.37-SNAPSHOT/jersey-test-framework-util-2.37-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5145/test-framework/util/target/jersey-test-framework-util-2.37-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.37-SNAPSHOT/jersey-test-framework-util-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-util --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:project >----------------- [INFO] Building jersey-tests 2.37-SNAPSHOT [97/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------------< org.glassfish.jersey.tests:e2e >------------------- [INFO] Building jersey-tests-e2e 2.37-SNAPSHOT [98/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MessageBodyWriterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MessageBodyWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest Sep 02, 2022 2:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:34:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:34:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.976 s - in org.glassfish.jersey.tests.api.AnnotationInheritanceTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest Sep 02, 2022 2:34:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:34:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.473 s - in org.glassfish.jersey.tests.api.MessageBodyWriterTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest Sep 02, 2022 2:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:34:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:46 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:46 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 3 requests to finish... Sep 02, 2022 2:34:47 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync INFO: Location resolved from response > http://localhost:9998/ResponseTest/executorAsync Sep 02, 2022 2:34:47 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync INFO: Location resolved from response > http://localhost:9998/ResponseTest/locationAsync Sep 02, 2022 2:34:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.136 s - in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest [INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest Sep 02, 2022 2:34:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:34:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:34:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.882 s - in org.glassfish.jersey.tests.api.ResourceContextTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest Sep 02, 2022 2:34:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter INFO: URI Created in the resource method > location Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter INFO: LocationManipulationFilter applied. Sep 02, 2022 2:34:54 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByFilter Sep 02, 2022 2:34:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo INFO: LocationManipulationInterceptor applied. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByInterceptor Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:238) 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.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/uriAfterPreMatchingAbortion/SUCCESS Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:34:55 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:278) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 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 02, 2022 2:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:257) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:34:56 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Sep 02, 2022 2:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.987 s - in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest Sep 02, 2022 2:34:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:34:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:34:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:34:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:34:59 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 6 requests to finish... Sep 02, 2022 2:34:59 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest INFO: URI Created in the resource method > location Sep 02, 2022 2:34:59 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:9998/locationWithBody Sep 02, 2022 2:34:59 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:9998/location Sep 02, 2022 2:34:59 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation INFO: Location resolved from response > null Sep 02, 2022 2:35:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.12 s - in org.glassfish.jersey.tests.api.LocationHeaderBasicTest [INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest Sep 02, 2022 2:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Sep 02, 2022 2:35:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Sep 02, 2022 2:35:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 s - in org.glassfish.jersey.tests.api.ResponseIntegrationTest [INFO] Running org.glassfish.jersey.tests.api.ApplicationCachingTest Sep 02, 2022 2:35:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.124 s - in org.glassfish.jersey.tests.api.ApplicationCachingTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest Sep 02, 2022 2:35:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:09 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest INFO: URI Created in the resource method > location Sep 02, 2022 2:35:09 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation INFO: Location resolved from response > location Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:09 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation INFO: Location resolved from response > null Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:35:09 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash INFO: Location resolved from response > /location Sep 02, 2022 2:35:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.76 s - in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest [INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest Sep 02, 2022 2:35:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/2.37-SNAPSHOT (Apache HttpClient 4.5.13)], testus=[Hello], host=[localhost:9998], connection=[Keep-Alive], accept-encoding=[gzip,deflate]} Sep 02, 2022 2:35:12 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Sep 02, 2022 2:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202)], host=[localhost:9998], accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], connection=[keep-alive]} Sep 02, 2022 2:35:13 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Sep 02, 2022 2:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.842 s - in org.glassfish.jersey.tests.api.RestrictedHeaderTest [INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.ExceptionTest Sep 02, 2022 2:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:35:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.171 s - in org.glassfish.jersey.tests.api.ExceptionTest [INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest Sep 02, 2022 2:35:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.97 s - in org.glassfish.jersey.tests.api.ResponseE2ETest [INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest Sep 02, 2022 2:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.587 s - in org.glassfish.jersey.tests.api.SourceEntityProviderTest [INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest Sep 02, 2022 2:35:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:29 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation INFO: Location resolved from response > http://localhost:9998/test/location Sep 02, 2022 2:35:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:30 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation INFO: Location resolved from response > null Sep 02, 2022 2:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:35:30 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash INFO: Location resolved from response > http://localhost:9998/location Sep 02, 2022 2:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.748 s - in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest [INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest Sep 02, 2022 2:35:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.527 s - in org.glassfish.jersey.tests.api.ConstructorSelectionTest [INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest Sep 02, 2022 2:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.838 s - in org.glassfish.jersey.tests.api.ClientInvocationTest [INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s - in org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest Sep 02, 2022 2:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:43 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Sep 02, 2022 2:35:43 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Sep 02, 2022 2:35:43 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Sep 02, 2022 2:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:44 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Sep 02, 2022 2:35:44 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Sep 02, 2022 2:35:44 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Sep 02, 2022 2:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:44 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter INFO: Response status is: 500 Sep 02, 2022 2:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:44 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Sep 02, 2022 2:35:44 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Sep 02, 2022 2:35:44 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Sep 02, 2022 2:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:35:44 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector INFO: Response status is: 401 Sep 02, 2022 2:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:45 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Sep 02, 2022 2:35:45 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Sep 02, 2022 2:35:45 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Sep 02, 2022 2:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.53 s - in org.glassfish.jersey.tests.api.AbortingFilterTest [INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest Sep 02, 2022 2:35:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.169 s - in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest [INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Running org.glassfish.jersey.tests.api.CookieImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.glassfish.jersey.tests.api.CookieImplTest [INFO] Running org.glassfish.jersey.tests.api.OptionsTest Sep 02, 2022 2:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.686 s - in org.glassfish.jersey.tests.api.OptionsTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest Sep 02, 2022 2:35:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.566 s - in org.glassfish.jersey.tests.api.MessageBodyReaderTest [INFO] Running org.glassfish.jersey.tests.api.ResponseTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.glassfish.jersey.tests.api.ResponseTest [INFO] Running org.glassfish.jersey.tests.api.VariantsTest Sep 02, 2022 2:35:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:35:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Accept-Language Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:36:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.715 s - in org.glassfish.jersey.tests.api.VariantsTest [INFO] Running org.glassfish.jersey.tests.e2e.container.MatrixParamTest Sep 02, 2022 2:36:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:36:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:36:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:02 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:03 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:03 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.798 s - in org.glassfish.jersey.tests.e2e.container.MatrixParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.EscapedUriTest Sep 02, 2022 2:36:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:36:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:10 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:10 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:11 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:14 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:17 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:36:17 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.574 s - in org.glassfish.jersey.tests.e2e.container.EscapedUriTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest Sep 02, 2022 2:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:36:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:36:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:36:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:36:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:21 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:21 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:22 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:22 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:22 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:22 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:22 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:438) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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 02, 2022 2:36:22 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:438) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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 02, 2022 2:36:25 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:26 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:438) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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 02, 2022 2:36:29 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:29 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:438) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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 02, 2022 2:36:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:36:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:33 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Sep 02, 2022 2:36:33 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.532 s - in org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.QueryParamTest Sep 02, 2022 2:36:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:36:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:36:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:36 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:36 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:36 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.05 s - in org.glassfish.jersey.tests.e2e.container.QueryParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test Sep 02, 2022 2:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:36:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:36:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:36:44 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.112 s - in org.glassfish.jersey.tests.e2e.container.Jersey2462Test [INFO] Running org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest Sep 02, 2022 2:36:45 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:36:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:36:50 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:36:53 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:36:56 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:36:59 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 17.699 s - in org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.HeadTest Sep 02, 2022 2:37:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:37:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:05 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:05 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:05 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:06 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:06 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:06 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:37:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.133 s - in org.glassfish.jersey.tests.e2e.container.HeadTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest Sep 02, 2022 2:37:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:37:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:37:09 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.431 s - in org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest Sep 02, 2022 2:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:12 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:13 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:13 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:13 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:13 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:16 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:19 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:37:20 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.629 s - in org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.container.TrailingSlashTest Sep 02, 2022 2:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:37:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:24 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:24 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:24 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:28 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:37:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.836 s - in org.glassfish.jersey.tests.e2e.container.TrailingSlashTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest Sep 02, 2022 2:37:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:37:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:37:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:34 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:35 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:35 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.647 s - in org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest [INFO] Running org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest Sep 02, 2022 2:37:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:37:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:37:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:37:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:37:42 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:42 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:42 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:42 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:42 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:43 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:43 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:43 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:43 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:43 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:43 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:46 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:49 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:52 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:56 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:37:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:37:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.953 s - in org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest Sep 02, 2022 2:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:38:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Sep 02, 2022 2:38:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:38:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.048 s - in org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest Sep 02, 2022 2:38:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.928 s - in org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuth2Test Sep 02, 2022 2:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.323 s - in org.glassfish.jersey.tests.e2e.oauth.OAuth2Test [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest Sep 02, 2022 2:38:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Token received from user: bb495950e76b4a94aab4ee89a1e146cf Verifier: 65cf8b30438f45e19d9ca36ad4220097 Sep 02, 2022 2:38:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 Sep 02, 2022 2:38:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 request: 16 request: 18 Sep 02, 2022 2:38:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.422 s - in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest Sep 02, 2022 2:38:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.3 s - in org.glassfish.jersey.tests.e2e.common.UriComponentTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest Sep 02, 2022 2:38:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.233 s - in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest [INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest Sep 02, 2022 2:38:21 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.802 s - in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest Sep 02, 2022 2:38:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.264 s - in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest Sep 02, 2022 2:38:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.681 s - in org.glassfish.jersey.tests.e2e.common.HeaderParamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest Sep 02, 2022 2:38:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.448 s - in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest [INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest Sep 02, 2022 2:38:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:38:35 PM org.glassfish.jersey.server.filter.EncodingFilter filter WARNING: Expected separator ';' instead of '=' java.text.ParseException: Expected separator ';' instead of '=' at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:124) at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:249) at org.glassfish.jersey.server.filter.EncodingFilter$ContentEncoding.fromString(EncodingFilter.java:194) at org.glassfish.jersey.server.filter.EncodingFilter.filter(EncodingFilter.java:113) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:38:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.897 s - in org.glassfish.jersey.tests.e2e.common.EncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest Sep 02, 2022 2:38:36 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:37 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.843 s - in org.glassfish.jersey.tests.e2e.common.NoEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest Sep 02, 2022 2:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:40 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Sep 02, 2022 2:38:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:42 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:42 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Sep 02, 2022 2:38:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:38:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=17 identityHashCode=1312439069 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=17 identityHashCode=1312439069 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=19 identityHashCode=1146222092 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=19 identityHashCode=1146222092 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=19 identityHashCode=1146222092 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=19 identityHashCode=1146222092 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=22 identityHashCode=1312907964 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=22 identityHashCode=1312907964 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=22 identityHashCode=1312907964 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=183 locatorId=22 identityHashCode=1312907964 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:262) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:621) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) 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:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.413 s - in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest Sep 02, 2022 2:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.604 s - in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest Sep 02, 2022 2:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.066 s - in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest Sep 02, 2022 2:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.326 s - in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest Sep 02, 2022 2:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:38:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.801 s - in org.glassfish.jersey.tests.e2e.common.ContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest Sep 02, 2022 2:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:38:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:38:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:39:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Sep 02, 2022 2:39:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:39:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread main 1 > GET http://localhost:9998/ 1 > custom_header: client/request Sep 02, 2022 2:39:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) Sep 02, 2022 2:39:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Sep 02, 2022 2:39:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread main 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread main 1 > GET http://localhost:9998/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:9998 1 > user-agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread main 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Sep 02, 2022 2:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.144 s - in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest Sep 02, 2022 2:39:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.936 s - in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest Sep 02, 2022 2:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 s - in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest Sep 02, 2022 2:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Sep 02, 2022 2:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:39:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Sep 02, 2022 2:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.518 s - in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest Sep 02, 2022 2:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.374 s - in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest Sep 02, 2022 2:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:39:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.768 s - in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest Sep 02, 2022 2:39:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.446 s - in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest [INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.051 s - in org.glassfish.jersey.tests.e2e.common.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest Sep 02, 2022 2:39:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. filter2 filter1 filter2 reader Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 s - in org.glassfish.jersey.tests.e2e.common.ContentTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest Sep 02, 2022 2:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.742 s - in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest Sep 02, 2022 2:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.591 s - in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest [INFO] Running org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest Sep 02, 2022 2:39:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:39:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:39:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.835 s - in org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.NoJAXBNoWadlTest Sep 02, 2022 2:39:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.836 s - in org.glassfish.jersey.tests.e2e.server.wadl.NoJAXBNoWadlTest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorGzipTest Sep 02, 2022 2:39:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Sep 02, 2022 2:39:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Sep 02, 2022 2:39:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 s - in org.glassfish.jersey.tests.e2e.InterceptorGzipTest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorCustomTest Sep 02, 2022 2:39:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Sep 02, 2022 2:39:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Sep 02, 2022 2:39:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.578 s - in org.glassfish.jersey.tests.e2e.InterceptorCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.ClientTest Sep 02, 2022 2:39:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:39:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:39:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:39:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.848 s - in org.glassfish.jersey.tests.e2e.ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest Sep 02, 2022 2:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:39:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:40:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:40:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.029 s - in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest Sep 02, 2022 2:40:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:40:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:40:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:40:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:40:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.757 s - in org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.LinkTest Sep 02, 2022 2:40:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:40:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.628 s - in org.glassfish.jersey.tests.e2e.LinkTest [INFO] Running org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Running org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest Sep 02, 2022 2:41:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:41:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.724 s - in org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 445, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e/target/e2e-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-client >---------------- [INFO] Building jersey-tests-e2e-client 2.37-SNAPSHOT [99/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseReadAndBufferEntityTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseReadAndBufferEntityTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Sep 02, 2022 2:41:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:41:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:41:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:41:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:41:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:41:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:41:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.377 s - in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Sep 02, 2022 2:41:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:15 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:41:15 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:41:15 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:41:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:41:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.429 s - in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Sep 02, 2022 2:41:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:18 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:41:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:41:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:41:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:41:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Sep 02, 2022 2:41:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.816 s - in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.501 s - in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Found unexpected username: null Found unexpected password: null [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.266 s - in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Sep 02, 2022 2:41:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. SERVER: patch request received. Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Sep 02, 2022 2:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SERVER: patch request received. Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Sep 02, 2022 2:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Sep 02, 2022 2:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.999 s - in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Sep 02, 2022 2:41:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:41:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:41:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:41:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:41:43 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:41:43 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:41:43 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:41:43 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Sep 02, 2022 2:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:41:44 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:41:44 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:41:44 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:41:44 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Sep 02, 2022 2:41:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.051 s - in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Sep 02, 2022 2:41:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.773 s - in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Sep 02, 2022 2:41:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.954 s - in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Sep 02, 2022 2:41:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:41:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:41:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:41:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:41:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.943 s - in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Sep 02, 2022 2:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:41:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:41:56 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 18 requests to finish... Sep 02, 2022 2:41:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.917 s - in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Sep 02, 2022 2:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.643 s - in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Sep 02, 2022 2:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:42:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.953 s - in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Sep 02, 2022 2:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:42:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.478 s - in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Sep 02, 2022 2:42:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.228 s - in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Sep 02, 2022 2:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.401 s - in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Sep 02, 2022 2:42:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:42:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:42:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.017 s - in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Sep 02, 2022 2:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.328 s - in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Sep 02, 2022 2:42:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:42:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:42:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.139 s - in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Sep 02, 2022 2:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.331 s - in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Sep 02, 2022 2:42:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.473 s - in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Sep 02, 2022 2:42:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:42:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:42:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:42:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.872 s - in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.139 s - in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Sep 02, 2022 2:42:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.318 s - in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Sep 02, 2022 2:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:44 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Sep 02, 2022 2:42:44 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Sep 02, 2022 2:42:44 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Sep 02, 2022 2:42:45 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Sep 02, 2022 2:42:45 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Sep 02, 2022 2:42:45 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Sep 02, 2022 2:42:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:45 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Sep 02, 2022 2:42:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.634 s - in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Sep 02, 2022 2:42:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:42:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:42:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.385 s - in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Sep 02, 2022 2:42:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:42:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:42:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:42:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:42:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.743 s - in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Sep 02, 2022 2:43:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.141 s - in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Sep 02, 2022 2:43:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.621 s - in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Sep 02, 2022 2:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.122 s - in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Sep 02, 2022 2:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.078 s - in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Sep 02, 2022 2:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:43:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:43:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s - in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Sep 02, 2022 2:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.252 s - in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Sep 02, 2022 2:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:43:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:43:25 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:27 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:29 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:31 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:33 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:35 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:37 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:39 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:41 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:43 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:45 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:47 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:49 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:51 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:53 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:55 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:57 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:43:59 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:01 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:03 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:05 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:07 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:09 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:11 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:13 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:15 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:17 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:19 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:21 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:23 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:25 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:27 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Sep 02, 2022 2:44:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 66.092 s - in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Sep 02, 2022 2:44:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:44:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:44:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:44:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.36 s - in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Sep 02, 2022 2:44:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:44:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.811 s - in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Sep 02, 2022 2:44:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.398 s - in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.099 s - in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Sep 02, 2022 2:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:44:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:44:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.237 s - in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Sep 02, 2022 2:44:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.782 s - in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 278, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-client/target/e2e-client-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-client --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-client --- [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >------------- [INFO] Building jersey-tests-e2e-core-common 2.37-SNAPSHOT [100/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-core-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-core-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e-core-common --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-core-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-core-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-core-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-core-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-core-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-core-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-core-common --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-core-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/process/internal/ExecutorProvidersTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/process/internal/ExecutorProvidersTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e-core-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-core-common/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Cannot setup buffering as bytes have already been written to the output stream. The entity buffering can be initialized only before first bytes are written to the entity output stream. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Running org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [WARNING] Tests run: 122, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.086 s - in org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest Sep 02, 2022 2:44:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Sep 02, 2022 2:44:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Sep 02, 2022 2:44:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Sep 02, 2022 2:44:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Sep 02, 2022 2:44:50 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:44:50 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:44:50 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Sep 02, 2022 2:44:50 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. [WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.165 s - in org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 281, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-core-common/target/e2e-core-common-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-core-common --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-core-common --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-core-common --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >---------------- [INFO] Building jersey-tests-e2e-entity 2.37-SNAPSHOT [101/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-entity --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-entity --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e-entity --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-entity --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-entity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-entity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-entity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-entity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-entity/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-entity --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-entity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 385 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 140 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-entity/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonProcessingTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonProcessingTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTestHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTestHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e-entity --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-entity/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Sep 02, 2022 2:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.377 s - in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest Sep 02, 2022 2:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.66 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest Sep 02, 2022 2:45:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.915 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest Sep 02, 2022 2:45:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:45:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.779 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Sep 02, 2022 2:45:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:45:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.46 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Sep 02, 2022 2:45:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.697 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest Sep 02, 2022 2:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:45:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:45:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.794 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest Sep 02, 2022 2:45:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:45:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.349 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Sep 02, 2022 2:45:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:34 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 8 requests to finish... Sep 02, 2022 2:45:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.108 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest Sep 02, 2022 2:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:45:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.724 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Sep 02, 2022 2:45:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.527 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Sep 02, 2022 2:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.691 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Sep 02, 2022 2:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.569 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Sep 02, 2022 2:45:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.501 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Sep 02, 2022 2:45:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:45:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:45:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:45:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.373 s - in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Sep 02, 2022 2:45:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:45:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.492 s - in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Sep 02, 2022 2:46:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.371 s - in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Sep 02, 2022 2:46:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.437 s - in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Sep 02, 2022 2:46:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:07 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Sep 02, 2022 2:46:07 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Sep 02, 2022 2:46:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:46:09 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:46:09 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:46:09 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.387 s - in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Sep 02, 2022 2:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:46:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.39 s - in org.glassfish.jersey.tests.e2e.entity.XXETest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Sep 02, 2022 2:46:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.35 s - in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Sep 02, 2022 2:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.429 s - in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Sep 02, 2022 2:46:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 s - in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Sep 02, 2022 2:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.989 s - in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Sep 02, 2022 2:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.557 s - in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest Sep 02, 2022 2:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.04 s - in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Sep 02, 2022 2:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:34 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Sep 02, 2022 2:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:34 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 19 requests to finish... [Fatal Error] :1:17: XML document structures must start and end within the same entity. Sep 02, 2022 2:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.089 s - in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Sep 02, 2022 2:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.451 s - in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Sep 02, 2022 2:46:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Sep 02, 2022 2:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:41 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 14 requests to finish... Sep 02, 2022 2:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.028 s - in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Sep 02, 2022 2:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.334 s - in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Sep 02, 2022 2:46:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.423 s - in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest Sep 02, 2022 2:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:46:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 18, Time elapsed: 3.855 s - in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Sep 02, 2022 2:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:46:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.385 s - in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest Sep 02, 2022 2:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 2.969 s - in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Sep 02, 2022 2:47:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:47:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:47:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.265 s - in org.glassfish.jersey.tests.e2e.entity.CharsetTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Sep 02, 2022 2:47:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:09 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 8 requests to finish... Sep 02, 2022 2:47:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.915 s - in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Sep 02, 2022 2:47:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:14 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Sep 02, 2022 2:47:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:14 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 47 requests to finish... Sep 02, 2022 2:47:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 4.289 s - in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Sep 02, 2022 2:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:47:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.027 s - in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Sep 02, 2022 2:47:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:47:23 PM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Sep 02, 2022 2:47:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.831 s - in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Sep 02, 2022 2:47:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:47:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:47:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.614 s - in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Sep 02, 2022 2:47:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:47:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:47:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:47:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.789 s - in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Sep 02, 2022 2:47:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.191 s - in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Sep 02, 2022 2:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:47:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:47:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface javax.json.JsonObject. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:47:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface javax.json.JsonArray. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:47:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface javax.json.JsonObject. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:47:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface javax.json.JsonArray. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.321 s - in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Sep 02, 2022 2:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 02, 2022 2:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 02, 2022 2:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 02, 2022 2:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 02, 2022 2:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 02, 2022 2:47:55 PM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply SEVERE: Expected: {"property":null} Sep 02, 2022 2:47:55 PM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply SEVERE: Actual: {} Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 02, 2022 2:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.548 s - in org.glassfish.jersey.tests.e2e.json.JaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Sep 02, 2022 2:47:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:47:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s - in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.035 s - in org.glassfish.jersey.tests.e2e.json.GenericTest [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Sep 02, 2022 2:48:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.315 s - in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jackson1JsonViewTest Sep 02, 2022 2:48:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.69 s - in org.glassfish.jersey.tests.e2e.json.Jackson1JsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Sep 02, 2022 2:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.413 s - in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Sep 02, 2022 2:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:48:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.486 s - in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Sep 02, 2022 2:48:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.898 s - in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Sep 02, 2022 2:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:48:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.91 s - in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Sep 02, 2022 2:48:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:9998,  connection: keep-alive,  Sep 02, 2022 2:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/2.37-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:9998,  connection: keep-alive,  Sep 02, 2022 2:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.727 s - in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Sep 02, 2022 2:48:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:48:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:48:31 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:48:32 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 02, 2022 2:48:33 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 02, 2022 2:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 02, 2022 2:48:35 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 02, 2022 2:48:36 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 02, 2022 2:48:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.265 s - in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Sep 02, 2022 2:48:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:48:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:48:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:48:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.434 s - in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Sep 02, 2022 2:48:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@4611d0e5 Sep 02, 2022 2:48:44 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@6d0c5b93] from custom-executor-thread-1 Sep 02, 2022 2:48:44 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Sep 02, 2022 2:48:44 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@1a9e23d6] from custom-executor-thread-1 Sep 02, 2022 2:48:44 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Sep 02, 2022 2:48:44 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Sep 02, 2022 2:48:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s - in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Sep 02, 2022 2:48:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Sep 02, 2022 2:48:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.265 s - in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Sep 02, 2022 2:48:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.131 s - in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Sep 02, 2022 2:48:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:53 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Sep 02, 2022 2:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.202 s - in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Sep 02, 2022 2:48:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:48:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:48:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:48:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Slow subscriber completed Sep 02, 2022 2:48:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.866 s - in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Sep 02, 2022 2:48:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:49:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:49:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.187 s - in org.glassfish.jersey.tests.e2e.sse.EventOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Sep 02, 2022 2:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.364 s - in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Sep 02, 2022 2:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:49:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.71 s - in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Sep 02, 2022 2:49:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.947 s - in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 652, Failures: 0, Errors: 0, Skipped: 33 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-entity/target/e2e-entity-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-entity --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-entity --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-entity --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >---------------- [INFO] Building jersey-tests-e2e-inject 2.37-SNAPSHOT [102/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-inject --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-inject --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-inject --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-inject --- [INFO] [INFO] -----------< org.glassfish.jersey.tests:e2e-inject-cdi2-se >------------ [INFO] Building jersey-tests-e2e-inject-cdi-se 2.37-SNAPSHOT [103/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e-inject-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-inject-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-inject-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi2-se/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-inject-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi2-se/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e-inject-cdi2-se --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi2-se/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest Sep 02, 2022 2:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:18 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.1.7 (SP1) Sep 02, 2022 2:49:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94811e8d-d1ec-4956-b389-33985b4e13b1 initialized Sep 02, 2022 2:49:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98f1c936-e2f1-41c1-a7ca-b1899f01117d initialized Sep 02, 2022 2:49:20 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94811e8d-d1ec-4956-b389-33985b4e13b1 shut down Sep 02, 2022 2:49:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:20 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98f1c936-e2f1-41c1-a7ca-b1899f01117d shut down Sep 02, 2022 2:49:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94839327-c06f-45c8-aa6b-8bb07bb49d7a initialized Sep 02, 2022 2:49:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2556b87-572c-4114-923a-ffee4385709c initialized Sep 02, 2022 2:49:20 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94839327-c06f-45c8-aa6b-8bb07bb49d7a shut down Sep 02, 2022 2:49:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:20 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2556b87-572c-4114-923a-ffee4385709c shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.293 s - in org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest Sep 02, 2022 2:49:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9c4dabd-15f9-4e72-8a8d-fc1d8c77fbd8 initialized Sep 02, 2022 2:49:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b582775d-5609-4d46-997a-c8ebd740b259 initialized Sep 02, 2022 2:49:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cfaba32d-4885-4207-8d68-d4961f5b6eba initialized Sep 02, 2022 2:49:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c034e35-8521-4a6d-8cdc-b45fd4da757b initialized Sep 02, 2022 2:49:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 744b70a5-e0c3-4092-b2ee-436e3ca5560a initialized Sep 02, 2022 2:49:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 51046f5e-dcf3-4db1-b2a8-7c93a83cbe72 initialized Sep 02, 2022 2:49:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db0b69da-0be1-4f9b-806d-d10f98a81a79 initialized Sep 02, 2022 2:49:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9928d430-988a-42d0-ae23-f1a0b9678705 initialized Sep 02, 2022 2:49:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff367621-6975-4d4a-8519-e917f97d2227 initialized Sep 02, 2022 2:49:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 941bdc3b-9a90-4578-a6ba-dc9d515b27e5 initialized [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s - in org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest Sep 02, 2022 2:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73bd92b8-4146-4b9b-a9e0-c540dc2f7af6 initialized Sep 02, 2022 2:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fc83b0e6-1e96-4153-b41a-58bb6adba3ab initialized Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73bd92b8-4146-4b9b-a9e0-c540dc2f7af6 shut down Sep 02, 2022 2:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fc83b0e6-1e96-4153-b41a-58bb6adba3ab shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest Sep 02, 2022 2:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1ff88c61-e776-4b0c-aac0-4d24d69439c1 initialized Sep 02, 2022 2:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:49:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88173a52-2195-4086-8e2a-1a75672d5349 initialized Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1ff88c61-e776-4b0c-aac0-4d24d69439c1 shut down Sep 02, 2022 2:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88173a52-2195-4086-8e2a-1a75672d5349 shut down Sep 02, 2022 2:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a13b5f1-ea32-4bd0-8f04-7a35e5f32291 initialized Sep 02, 2022 2:49:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:49:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34cd2f3c-4136-457f-8183-dc61c257781c initialized Sep 02, 2022 2:49:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a13b5f1-ea32-4bd0-8f04-7a35e5f32291 shut down Sep 02, 2022 2:49:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34cd2f3c-4136-457f-8183-dc61c257781c shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-inject-cdi2-se --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-inject-cdi2-se --- [INFO] [INFO] -------< org.glassfish.jersey.tests:e2e-inject-cdi-inject-weld >-------- [INFO] Building jersey-tests-e2e-inject-cdi-inject-weld 2.37-SNAPSHOT [104/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e-inject-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-inject-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-inject-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi-inject-weld/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-inject-cdi-inject-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi-inject-weld/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e-inject-cdi-inject-weld --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi-inject-weld/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest Sep 02, 2022 2:49:24 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.1.7 (SP1) Sep 02, 2022 2:49:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:25 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d64bf51-f7f1-4a55-9dfd-2af1875454be initialized Sep 02, 2022 2:49:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d64bf51-f7f1-4a55-9dfd-2af1875454be shut down Sep 02, 2022 2:49:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:26 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b4855de9-828b-4300-9f89-86a256329f7b initialized Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b4855de9-828b-4300-9f89-86a256329f7b shut down Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 357a7d62-d1b1-4f3b-b4bc-d7cdad080c71 initialized Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 357a7d62-d1b1-4f3b-b4bc-d7cdad080c71 shut down Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ce23e700-4a01-4557-98d2-7340fa3f503f initialized Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ce23e700-4a01-4557-98d2-7340fa3f503f shut down Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21e6e78b-ddc4-4e9b-9ee9-d38face6c570 initialized Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21e6e78b-ddc4-4e9b-9ee9-d38face6c570 shut down Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88c466ff-7861-4365-ac19-0266d1577537 initialized Sep 02, 2022 2:49:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88c466ff-7861-4365-ac19-0266d1577537 shut down Sep 02, 2022 2:49:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d2db0e2a-9bd8-482a-94dc-4b5fe2631036 initialized Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d2db0e2a-9bd8-482a-94dc-4b5fe2631036 shut down Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd49893e-ddd6-4856-8230-f299e517eacc initialized Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd49893e-ddd6-4856-8230-f299e517eacc shut down Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 41818166-57f0-43c8-89e2-7447aa5af63c initialized Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 41818166-57f0-43c8-89e2-7447aa5af63c shut down Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 886ba2ee-e5f8-4fb5-8eda-3c951a26be6c initialized Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 886ba2ee-e5f8-4fb5-8eda-3c951a26be6c shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.221 s - in org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:28 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 01c77004-298a-4f24-b3a3-b2cc8d83dc8f initialized Sep 02, 2022 2:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 01c77004-298a-4f24-b3a3-b2cc8d83dc8f shut down Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s - in org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest Sep 02, 2022 2:49:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b951974b-c5dc-41ef-b06c-3ab5f6dd265f initialized Sep 02, 2022 2:49:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b951974b-c5dc-41ef-b06c-3ab5f6dd265f shut down Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9e538202-70c6-4903-8c23-8ebee38db0c9 initialized Sep 02, 2022 2:49:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9e538202-70c6-4903-8c23-8ebee38db0c9 shut down Sep 02, 2022 2:49:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s - in org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest Sep 02, 2022 2:49:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d49ac901-2907-4bfe-881c-dd02cfdac543 initialized Sep 02, 2022 2:49:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. mybean ***Hello James*** Sep 02, 2022 2:49:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d49ac901-2907-4bfe-881c-dd02cfdac543 shut down Sep 02, 2022 2:49:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Sep 02, 2022 2:49:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Sep 02, 2022 2:49:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c37ba2fa-31d3-413c-b71c-62d6535a9099 initialized Sep 02, 2022 2:49:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:49:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c37ba2fa-31d3-413c-b71c-62d6535a9099 shut down Sep 02, 2022 2:49:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s - in org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-inject-cdi-inject-weld --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >-------------- [INFO] Building e2e-inject-hk2 2.37-SNAPSHOT [105/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-hk2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-inject-hk2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e-inject-hk2 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-inject-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-inject-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/hk2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/hk2/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-inject-hk2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/hk2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/hk2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e-inject-hk2 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/hk2/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest Sep 02, 2022 2:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.653 s - in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest Sep 02, 2022 2:49:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest Sep 02, 2022 2:49:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest Sep 02, 2022 2:49:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest Sep 02, 2022 2:49:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:49:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/hk2/target/e2e-inject-hk2-2.37-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-inject/hk2/target/e2e-inject-hk2-2.37-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-inject-hk2 --- [INFO] Skipping artifact installation [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-inject-hk2 --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-server >---------------- [INFO] Building jersey-tests-e2e-server 2.37-SNAPSHOT [106/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-server --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5145 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 97 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-server/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/EntityInheritanceValidationTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/EntityInheritanceValidationTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/IllegalArgumentExceptionTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/IllegalArgumentExceptionTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e-server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5145/tests/e2e-server/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest Sep 02, 2022 2:49:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.433 s - in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Sep 02, 2022 2:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:41 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:49:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:41 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:42 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:49:42 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:49:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.062 s - in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Sep 02, 2022 2:49:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.509 s - in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Sep 02, 2022 2:49:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.702 s - in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Sep 02, 2022 2:49:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.524 s - in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Sep 02, 2022 2:49:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:49:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:49:55 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.125 s - in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Sep 02, 2022 2:49:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:49:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:49:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:49:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:49:58 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:49:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.278 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Sep 02, 2022 2:49:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:50:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:50:02 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.026 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Sep 02, 2022 2:50:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:04 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:04 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:50:04 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:50:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:50:05 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.794 s - in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Sep 02, 2022 2:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.654 s - in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Sep 02, 2022 2:50:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.392 s - in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Sep 02, 2022 2:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.806 s - in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Sep 02, 2022 2:50:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:19 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.489 s - in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Sep 02, 2022 2:50:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.613 s - in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Sep 02, 2022 2:50:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Sep 02, 2022 2:50:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:25 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.303 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Sep 02, 2022 2:50:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.772 s - in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Sep 02, 2022 2:50:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:31 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:32 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:32 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Sep 02, 2022 2:50:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.05 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Sep 02, 2022 2:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.651 s - in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Sep 02, 2022 2:50:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.505 s - in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Sep 02, 2022 2:50:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.436 s - in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Sep 02, 2022 2:50:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s - in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Sep 02, 2022 2:50:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.279 s - in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Sep 02, 2022 2:50:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:50:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.65 s - in org.glassfish.jersey.tests.e2e.server.ParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Sep 02, 2022 2:50:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.288 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Sep 02, 2022 2:50:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:50:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:50:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:50:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:50:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.212 s - in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Sep 02, 2022 2:51:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.287 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Sep 02, 2022 2:51:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.501 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Sep 02, 2022 2:51:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.207 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Sep 02, 2022 2:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.252 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Sep 02, 2022 2:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.069 s - in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Sep 02, 2022 2:51:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.207 s - in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Sep 02, 2022 2:51:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:20 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 19 more Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173) 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.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.RuntimeException: runtime-exception ... 27 more Caused by: javax.ws.rs.ClientErrorException: client-error ... 27 more Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:51:21 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Sep 02, 2022 2:51:21 PM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:626) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:651) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:632) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276) at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232) at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247) at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:842) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:389) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:740) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:444) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:51:21 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Sep 02, 2022 2:51:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.69 s - in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Sep 02, 2022 2:51:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.818 s - in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Sep 02, 2022 2:51:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.547 s - in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Sep 02, 2022 2:51:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.107 s - in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Sep 02, 2022 2:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:51:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 02, 2022 2:51:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 02, 2022 2:51:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 02, 2022 2:51:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.486 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Sep 02, 2022 2:51:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 02, 2022 2:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.003 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Sep 02, 2022 2:51:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 02, 2022 2:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.493 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Sep 02, 2022 2:51:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:56 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. javax.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:181) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:51:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:56 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. javax.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:181) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:51:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.449 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Sep 02, 2022 2:51:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:51:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:51:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:51:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:51:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:51:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:51:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:51:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.205 s - in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Sep 02, 2022 2:52:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:52:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 02, 2022 2:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 02, 2022 2:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.604 s - in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Sep 02, 2022 2:52:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:52:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:52:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.446 s - in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Sep 02, 2022 2:52:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:52:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:52:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.844 s - in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Sep 02, 2022 2:52:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:52:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:52:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:52:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:52:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.707 s - in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Sep 02, 2022 2:52:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:52:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.088 s - in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest Sep 02, 2022 2:52:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sep 02, 2022 2:52:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:52:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:26 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:27 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:27 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.221 s - in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Sep 02, 2022 2:52:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.332 s - in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Sep 02, 2022 2:52:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:32 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 36 requests to finish... Sep 02, 2022 2:52:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.91 s - in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Sep 02, 2022 2:52:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:52:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:52:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:52:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:52:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:52:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:52:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.048 s - in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Sep 02, 2022 2:52:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:52:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:52:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:52:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.535 s - in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Sep 02, 2022 2:52:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Sep 02, 2022 2:52:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Sep 02, 2022 2:52:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Sep 02, 2022 2:52:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.898 s - in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Sep 02, 2022 2:52:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Sep 02, 2022 2:52:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Sep 02, 2022 2:52:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:52:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Sep 02, 2022 2:52:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.942 s - in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Sep 02, 2022 2:52:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:52:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:52:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:52:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.37 s - in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest Sep 02, 2022 2:52:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:52:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:53:02 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Sep 02, 2022 2:53:02 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Sep 02, 2022 2:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 02, 2022 2:53:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Sep 02, 2022 2:53:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 02, 2022 2:53:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 5.77 s - in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Sep 02, 2022 2:53:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.211 s - in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Sep 02, 2022 2:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.922 s - in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Sep 02, 2022 2:53:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:53:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:53:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:53:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.919 s - in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest Sep 02, 2022 2:53:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:21 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:26 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.25 s - in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Sep 02, 2022 2:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_FINISHED.order=[[6]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], Content-Length=[3], R.RESP_FILTERS_FINISHED.order=[[8]], R.RESOURCE_METHOD_START.order=[[5]], R.REQ_FILTERS_START.order=[[3]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/html]} Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/html]} Sep 02, 2022 2:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.651 s - in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Sep 02, 2022 2:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:35 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:53:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:36 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Sep 02, 2022 2:53:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:53:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.559 s - in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest Sep 02, 2022 2:53:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:38 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:42 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.666 s - in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Sep 02, 2022 2:53:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:44 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Sep 02, 2022 2:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:45 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Sep 02, 2022 2:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:45 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Sep 02, 2022 2:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.61 s - in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Sep 02, 2022 2:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:47 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 28 requests to finish... Sep 02, 2022 2:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.961 s - in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Sep 02, 2022 2:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:51 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Sep 02, 2022 2:53:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:51 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 17 requests to finish... Sep 02, 2022 2:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.966 s - in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Sep 02, 2022 2:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 s - in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Sep 02, 2022 2:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:53:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:53:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:00 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.183 s - in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Sep 02, 2022 2:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.249 s - in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Sep 02, 2022 2:54:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. javax.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) 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.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:54:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. javax.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) 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.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) Sep 02, 2022 2:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.716 s - in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Sep 02, 2022 2:54:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:54:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.392 s - in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Sep 02, 2022 2:54:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.219 s - in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Sep 02, 2022 2:54:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:54:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.094 s - in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Sep 02, 2022 2:54:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.195 s - in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Sep 02, 2022 2:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:54:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.582 s - in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Sep 02, 2022 2:54:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:23 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:54:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:54:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 02, 2022 2:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.216 s - in org.glassfish.jersey.tests.e2e.server.SubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Sep 02, 2022 2:54:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Sep 02, 2022 2:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.952 s - in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Sep 02, 2022 2:54:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.457 s - in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Sep 02, 2022 2:54:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.456 s - in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Sep 02, 2022 2:54:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.293 s - in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Sep 02, 2022 2:54:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@6e0dd744 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@6e0dd744 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@6e0dd744 Sep 02, 2022 2:54:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:54:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:54:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.64 s - in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Sep 02, 2022 2:54:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.303 s - in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Sep 02, 2022 2:54:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Sep 02, 2022 2:54:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2cd1927c org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2cd1927c org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2cd1927c Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:54:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Sep 02, 2022 2:54:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:54:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.899 s - in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Sep 02, 2022 2:54:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 s - in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Sep 02, 2022 2:54:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 02, 2022 2:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 02, 2022 2:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.524 s - in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Creating placeholder flownodes because failed loading originals. java.io.IOException: Tried to load head FlowNodes for execution Owner[continuous-integration/PR-5145/1:continuous-integration/PR-5145 #1] but FlowNode was not found in storage for head id:FlowNodeId 1:30 at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.initializeStorage(CpsFlowExecution.java:679) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.onLoad(CpsFlowExecution.java:716) at org.jenkinsci.plugins.workflow.job.WorkflowRun.getExecution(WorkflowRun.java:701) at org.jenkinsci.plugins.workflow.job.WorkflowRun.onLoad(WorkflowRun.java:560) at hudson.model.RunMap.retrieve(RunMap.java:233) at hudson.model.RunMap.retrieve(RunMap.java:61) at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:650) at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:632) at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:530) at hudson.model.RunMap.getById(RunMap.java:213) at org.jenkinsci.plugins.workflow.job.WorkflowRun$Owner.run(WorkflowRun.java:949) at org.jenkinsci.plugins.workflow.job.WorkflowRun$Owner.get(WorkflowRun.java:961) at org.jenkinsci.plugins.workflow.cps.CpsStepContext.getExecution(CpsStepContext.java:218) at org.jenkinsci.plugins.workflow.cps.CpsStepContext.getThreadGroupSynchronously(CpsStepContext.java:243) at org.jenkinsci.plugins.workflow.cps.CpsStepContext.access$000(CpsStepContext.java:98) at org.jenkinsci.plugins.workflow.cps.CpsStepContext$1.call(CpsStepContext.java:264) at org.jenkinsci.plugins.workflow.cps.CpsStepContext$1.call(CpsStepContext.java:262) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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:840) GitHub has been notified of this commit’s build result Finished: FAILURE